Skip to content

Commit

Permalink
Double quote array expansion
Browse files Browse the repository at this point in the history
Double quote array expansions to avoid re-splitting elements.

Signed-off-by: Nisha K <nishak@vmware.com>
Nisha K authored and innobead committed Nov 24, 2021
1 parent 643793b commit 184ad40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/migrate-for-pre-070-volumes.sh
Original file line number Diff line number Diff line change
@@ -30,6 +30,6 @@ case $ARG in
if [[ $# -ne 1 ]]; then
echo "Command args number shouldn't be greater than 1"
fi
exec_command ${@}
exec_command "${@}"
;;
esac

0 comments on commit 184ad40

Please sign in to comment.