From 78a57d9d9ca3ff29336759fa28e8707877f66f00 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Fri, 13 May 2016 17:58:37 +0200 Subject: [PATCH] Added INLINE variable --- bashbot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashbot.sh b/bashbot.sh index 46d5eb9..52f8681 100755 --- a/bashbot.sh +++ b/bashbot.sh @@ -7,9 +7,9 @@ # Depends on JSON.sh (http://github.com/dominictarr/JSON.sh) (MIT/Apache), # and on tmux (http://github.com/tmux/tmux) (BSD). - # This file is public domain in the USA and all free countries. # Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying) +INLINE=0 if [ ! -f "JSON.sh/JSON.sh" ]; then echo "You did not clone recursively! Downloading JSON.sh..."