diff --git a/dotfiles/bin/secretfiles b/dotfiles/bin/secretfiles index d6ad0a1..8496a20 100755 --- a/dotfiles/bin/secretfiles +++ b/dotfiles/bin/secretfiles @@ -224,7 +224,6 @@ LONGOPTS=passbase:,file:,help,identity:,key:,output:,path: # -activate quoting/enhanced mode (e.g. by writing out “--options”) # -pass arguments only via -- "$@" to separate them correctly ! PARSED=$(getopt --options=${OPTIONS} --longoptions=${LONGOPTS} --name "$(basename ${0})" -- "${@}") -echo "${PIPESTATUS[0]}" if [[ ${PIPESTATUS[0]} -ne 0 ]]; then # e.g. return value is 1 # then getopt has complained about wrong arguments to stdout