aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-30 02:38:41 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-30 02:38:41 +1200
commit36ea843a635ae1d55c514beb5c9c6d96a31fc202 (patch)
tree9609a653f083779b540d0058d3fdf1f4cf4d3306 /install
parentCheck for existence of dotfiles dir (diff)
downloaddotfiles-36ea843a635ae1d55c514beb5c9c6d96a31fc202.tar.gz
dotfiles-36ea843a635ae1d55c514beb5c9c6d96a31fc202.zip
Add missed exit 1 call
Diffstat (limited to 'install')
-rwxr-xr-xinstall1
1 files changed, 1 insertions, 0 deletions
diff --git a/install b/install
index 33eebca1..660798f6 100755
--- a/install
+++ b/install
@@ -5,6 +5,7 @@ dotfiles="$HOME/.dotfiles"
if [[ ! -n "$dotfiles" ]]
then
echo "Could not find $dotfiles!" >&2
+ exit 1
fi
# Check out submodules