mirror of
https://github.com/gaschz/qubes-pass.git
synced 2025-03-01 14:22:31 +01:00
Fix nosymbols, 2.
This commit is contained in:
parent
259a9dd373
commit
cc8725f5a8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user