diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2009-02-23 13:56:05 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2009-02-23 13:56:05 +0100 |
commit | ae3e1d572bf7fd58eebf75c6c8bf0aacad91b8d5 (patch) | |
tree | 37bd6eeaef7b26517f1c5e90c7297494e08ad909 | |
parent | 0dc55d79ea693f7697358dc091636dd38a8f6656 (diff) | |
download | dotfiles-ae3e1d572bf7fd58eebf75c6c8bf0aacad91b8d5.tar.gz dotfiles-ae3e1d572bf7fd58eebf75c6c8bf0aacad91b8d5.tar.xz dotfiles-ae3e1d572bf7fd58eebf75c6c8bf0aacad91b8d5.zip |
not return, but exit
Diffstat (limited to '')
-rwxr-xr-x | godot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |