Skip to content
Snippets Groups Projects
Commit f2554987 authored by Simon McVittie's avatar Simon McVittie
Browse files

wrap: Make getopt handling clearer

parent 65fdc5f2
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ getopt_temp="${getopt_temp},verbose"
getopt_temp="${getopt_temp},xterm"
getopt_temp="$(getopt -o '' --long "$getopt_temp" -n "$me" -- "$@")"
eval set -- "$getopt_temp"
eval "set -- $getopt_temp"
unset getopt_temp
while [ "$#" -gt 0 ]; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment