summaryrefslogtreecommitdiff
path: root/tests/install/strip-program.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/install/strip-program.sh')
-rwxr-xr-xtests/install/strip-program.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/install/strip-program.sh b/tests/install/strip-program.sh
index 7ac2165ea..103f54943 100755
--- a/tests/install/strip-program.sh
+++ b/tests/install/strip-program.sh
@@ -22,7 +22,7 @@ print_ver_ ginstall
working_umask_or_skip_
cat <<EOF > b || framework_failure_
-#!$PREFERABLY_POSIX_SHELL
+#!$SHELL
sed s/b/B/ \$1 > \$1.t && mv \$1.t \$1
EOF
chmod a+x b || framework_failure_