summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xgodot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/godot.sh b/godot.sh
index d0d2c2a..39b8eb4 100755
--- a/godot.sh
+++ b/godot.sh
@@ -8,7 +8,7 @@ if [[ ! -e "${HOME}/${TARGET}" ]]; then
git clone git://git.animux.de/dotfiles.git "${HOME}/${TARGET}"
else
echo -e "\033[31m*\033[0m git is not available! This script will NOT work! Exiting..."
- return
+ exit
fi
fi