Skip to content

Commit 38edb0f

Browse files
committed
other: Rename DEBUG flag to GAH_DEBUG
1 parent e9b2710 commit 38edb0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gah

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/usr/bin/bash
22

33
# gah! Get App Homie!
44
#
@@ -60,7 +60,7 @@ function throw_error() {
6060
}
6161

6262
function print_debug() {
63-
if [[ "$DEBUG" == "true" ]]; then
63+
if [[ "$GAH_DEBUG" == "true" ]]; then
6464
echo -e "[DEBUG] $1" >&2
6565
fi
6666
}

0 commit comments

Comments
 (0)