diff options
Diffstat (limited to 'dfly-update')
-rwxr-xr-x | dfly-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dfly-update b/dfly-update index c39c19c..ffc87f8 100755 --- a/dfly-update +++ b/dfly-update @@ -90,7 +90,7 @@ _HAS_UPDATE= # debug() { - [ -n "${DEBUG}" ] && echo "DEBUG: $@" >&2 + [ -n "${DEBUG}" ] && echo "DEBUG: $@" >&2 || true } warn() { |