Fix getopt processing option for pass VM.

This commit is contained in:
Manuel Amador (Rudd-O) 2017-05-07 15:14:28 +00:00
parent 1543979c5a
commit 1b9fe9380f

View File

@ -1,6 +1,6 @@
#!/bin/bash
TEMP=`getopt -o ?dmfe: -- "$@"`
TEMP=`getopt -o ?d:mfe -- "$@"`
force=0
multiline=0
echo=0