Fix nosymbols, 2.

This commit is contained in:
Manuel Amador (Rudd-O) 2017-05-14 15:52:25 +00:00
parent 259a9dd373
commit cc8725f5a8

View File

@ -40,7 +40,7 @@ multiline=0
echo=0
nosymbols=0
TEMP=`getopt -o d:n:mfe? -- "$@"` || { usage ; exit 64 ; }
TEMP=`getopt -o d:nmfe? -- "$@"` || { usage ; exit 64 ; }
eval set -- "$TEMP"
while true ; do