Commit 94e6a4fa authored by Julius Goryavsky's avatar Julius Goryavsky

Bash-specific operator replaced by a universal one

parent 91fdb931
...@@ -193,7 +193,7 @@ case "$1" in ...@@ -193,7 +193,7 @@ case "$1" in
if [ -z "$original_cmd" ]; then if [ -z "$original_cmd" ]; then
original_cmd="$1" original_cmd="$1"
else else
original_cmd+=" $1" original_cmd="$original_cmd $1"
fi fi
fi fi
shift shift
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment