Skip to content

Commit 7e21f51

Browse files
Ensure use of /bin/echo not coreutils/shell in progresshandler
1 parent 5863f0a commit 7e21f51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/common.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,8 +1135,8 @@ progressAnimation()
11351135

11361136
getNthArrayArg ()
11371137
{
1138-
shift "$1"
1139-
echo "$1\c"
1138+
shift "$1"
1139+
zosecho "$1\c"
11401140
}
11411141

11421142
waitforpid()

0 commit comments

Comments
 (0)