Browse Source

default DEBUG to empty rather than 0

Kyle P Davis 10 years ago
parent
commit
8ca266df27
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gimme

+ 1 - 1
gimme

@@ -11,7 +11,7 @@
 [ "$GIMME_LINK_DIR" ]    ||  export GIMME_LINK_DIR=$(dirname "$GIMME_LINK")
 [ "$GIMMES" ]            ||  export GIMMES=""
 [ "$OS" ]                ||  export OS=$(uname -s)
-[ "$DEBUG" ]             ||  export DEBUG=0
+[ "$DEBUG" ]             ||  export DEBUG=
 
 has() { which "$1" >/dev/null; }