Double quote array expansion
Double quote array expansions to avoid re-splitting elements. Signed-off-by: Nisha K <nishak@vmware.com>
This commit is contained in:
parent
643793b208
commit
184ad40584
@ -30,6 +30,6 @@ case $ARG in
|
|||||||
if [[ $# -ne 1 ]]; then
|
if [[ $# -ne 1 ]]; then
|
||||||
echo "Command args number shouldn't be greater than 1"
|
echo "Command args number shouldn't be greater than 1"
|
||||||
fi
|
fi
|
||||||
exec_command ${@}
|
exec_command "${@}"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user