summaryrefslogtreecommitdiffstats
path: root/godot.sh
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2009-02-23 13:56:05 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2009-02-23 13:56:05 +0100
commitae3e1d572bf7fd58eebf75c6c8bf0aacad91b8d5 (patch)
tree37bd6eeaef7b26517f1c5e90c7297494e08ad909 /godot.sh
parent0dc55d79ea693f7697358dc091636dd38a8f6656 (diff)
downloaddotfiles-ae3e1d572bf7fd58eebf75c6c8bf0aacad91b8d5.tar.gz
dotfiles-ae3e1d572bf7fd58eebf75c6c8bf0aacad91b8d5.tar.xz
dotfiles-ae3e1d572bf7fd58eebf75c6c8bf0aacad91b8d5.zip
not return, but exit
Diffstat (limited to 'godot.sh')
-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