disable verbose debugging output

This commit is contained in:
Philip Henning 2023-12-15 15:39:56 +01:00
parent f226ffe608
commit 7326ec30fb

View file

@ -207,8 +207,6 @@ help() {
echo " -p, --path path to the root directory for the nixOS configuration files, defaults to \`pwd\`"
}
set -x
# -allow a command to fail with !s side effect on errexit
# -use return value from ${PIPESTATUS[0]}, because ! hosed $?
! getopt --test > /dev/null