Skip to content

Commit ce7c036

Browse files
committed
fix
1 parent 89ac5ad commit ce7c036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr/libexec/helper-scripts/pre.bsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ force_output() {
227227
## If xtrace is set, calling force_output will have already shown the output.
228228
if ! test -o xtrace ; then
229229
## xtrace is not set, therefore echo.
230-
printf '%s\n' "$@"
230+
printf '%s\n' "$*"
231231
fi
232232
[[ -v redisable_echo ]] || redisable_echo=""
233233
if [ "$redisable_echo" = "true" ]; then

0 commit comments

Comments
 (0)