We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89ac5ad commit ce7c036Copy full SHA for ce7c036
usr/libexec/helper-scripts/pre.bsh
@@ -227,7 +227,7 @@ force_output() {
227
## If xtrace is set, calling force_output will have already shown the output.
228
if ! test -o xtrace ; then
229
## xtrace is not set, therefore echo.
230
- printf '%s\n' "$@"
+ printf '%s\n' "$*"
231
fi
232
[[ -v redisable_echo ]] || redisable_echo=""
233
if [ "$redisable_echo" = "true" ]; then
0 commit comments