Skip to content

Commit

Permalink
fix spaces around
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Apr 7, 2017
1 parent f9a46b1 commit f3c20e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/yast2
Expand Up @@ -292,7 +292,7 @@ if [ -n "$CMDLINE_HELP" ]; then
fi
ARGS=( )
for i in "$@"; do
ARGS+=( " --arg " )
ARGS+=( "--arg" )
ARGS+=( "$i" )
done
set -- "${ARGS[@]}"
Expand Down

0 comments on commit f3c20e0

Please sign in to comment.