diff options
-rw-r--r-- | include/lib.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/lib.sh b/include/lib.sh index e83170ee..6de1010e 100644 --- a/include/lib.sh +++ b/include/lib.sh @@ -176,7 +176,6 @@ find_ex() x_() { - [ $# -lt 1 ] && printf "WARNING: x_ called without arguments\n" 1>&2 [ $# -lt 1 ] || [ -n "$1" ] || err "Empty first arg: x_ $(echo "$@")" [ $# -lt 1 ] || "$@" || err "Unhandled error for: $(echo "$@")"; : } |