Skip to content

Commit 13e8bb4

Browse files
committed
misc
1 parent a95f25a commit 13e8bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SOURCE_DIR="$(cd "$(dirname "$0")" && pwd)"
1212
source "$(dirname "$0")/functions.sh"
1313

1414
# Parse command line arguments
15-
AUTO_YES=false
15+
AUTO_YES=${AUTO_YES:-false}
1616
for arg in "$@"; do
1717
case $arg in
1818
-y|--yes)

0 commit comments

Comments
 (0)