Skip to content

Commit 1b774fe

Browse files
committed
build
1 parent e175548 commit 1b774fe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

usr/share/usability-misc/dist-installer-cli-standalone

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -826,12 +826,10 @@ range_arg(){
826826
if ! command -v stecho &>/dev/null ; then
827827
## Fallback to 'printf' in case 'stecho' is unavailable.
828828
stecho() {
829-
printf "%s\n" "$@"
829+
printf "%s\n" "$*"
830830
}
831831
fi
832832

833-
834-
835833
re_enable_xtrace_maybe() {
836834
if test "${xtrace:-}" = "1"; then
837835
set -o xtrace

0 commit comments

Comments
 (0)