diff --git a/common/environment/setup/vsed.sh b/common/environment/setup/vsed.sh index 092253696cd..5b5bf427c23 100644 --- a/common/environment/setup/vsed.sh +++ b/common/environment/setup/vsed.sh @@ -8,7 +8,7 @@ vsed() { local files=() regexes=() OPTIND OPTSTRING="ie:" has_inline= - eval set -- $(getopt -s bash "$OPTSTRING" "$@"); + eval set -- "$(getopt -s bash "$OPTSTRING" "$@")"; while getopts "$OPTSTRING" opt; do case $opt in