mirror of
https://github.com/gaschz/qubes-pass.git
synced 2025-03-01 14:22:31 +01:00
Fix getopt processing option for pass VM.
This commit is contained in:
parent
1543979c5a
commit
1b9fe9380f
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
TEMP=`getopt -o ?dmfe: -- "$@"`
|
TEMP=`getopt -o ?d:mfe -- "$@"`
|
||||||
force=0
|
force=0
|
||||||
multiline=0
|
multiline=0
|
||||||
echo=0
|
echo=0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user