test-simplify: Explicitly use bash
The script uses bash features, after all. https://bugzilla.gnome.org/show_bug.cgi?id=755274
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
#! /bin/sh
|
#! /bin/bash
|
||||||
|
|
||||||
GTK_BUILDER_TOOL=${GTK_BUILDER_TOOL:-gtk-builder-tool}
|
GTK_BUILDER_TOOL=${GTK_BUILDER_TOOL:-gtk-builder-tool}
|
||||||
TEST_DATA_DIR=${TEST_DATA_DIR:-./simplify}
|
TEST_DATA_DIR=${TEST_DATA_DIR:-./simplify}
|
||||||
|
|||||||
Reference in New Issue
Block a user