From afbf0e98a8c04c384e1daeff6d45710c50f5ba28 Mon Sep 17 00:00:00 2001 From: shokinn Date: Fri, 15 Dec 2023 15:41:57 +0100 Subject: [PATCH] remove debugging output for PIPESTATUS --- dotfiles/bin/secretfiles | 1 - 1 file changed, 1 deletion(-) 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