Added INLINE variable

This commit is contained in:
Daniil Gentili 2016-05-13 17:58:37 +02:00
parent 0efec7dce1
commit 78a57d9d9c
1 changed files with 1 additions and 1 deletions

View File

@ -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..."