summaryrefslogtreecommitdiff
path: root/tests/install/strip-program
diff options
context:
space:
mode:
Diffstat (limited to 'tests/install/strip-program')
-rwxr-xr-xtests/install/strip-program2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/install/strip-program b/tests/install/strip-program
index 98f7febea..8dc838f0b 100755
--- a/tests/install/strip-program
+++ b/tests/install/strip-program
@@ -26,7 +26,7 @@ fi
working_umask_or_skip_
cat <<EOF > b || framework_failure
-#!$POSIX_SHELL
+#!$PREFERABLY_POSIX_SHELL
sed s/b/B/ \$1 > \$1.t && mv \$1.t \$1
EOF
chmod a+x b || framework_failure