mirror of
https://github.com/shokinn/.files.git
synced 2025-01-18 21:22:25 +00:00
disable verbose debugging output
This commit is contained in:
parent
f226ffe608
commit
7326ec30fb
|
@ -207,8 +207,6 @@ help() {
|
||||||
echo " -p, --path path to the root directory for the nixOS configuration files, defaults to \`pwd\`"
|
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
|
# -allow a command to fail with !’s side effect on errexit
|
||||||
# -use return value from ${PIPESTATUS[0]}, because ! hosed $?
|
# -use return value from ${PIPESTATUS[0]}, because ! hosed $?
|
||||||
! getopt --test > /dev/null
|
! getopt --test > /dev/null
|
||||||
|
|
Loading…
Reference in a new issue