aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-30 02:40:49 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-30 02:40:49 +1200
commitb5457b4a23fbd4353094c149f6d036df8193bb0b (patch)
tree1856d775dc858f0fadf2a134a870eb78b993bd27 /install
parentAdd missed exit 1 call (diff)
downloaddotfiles-b5457b4a23fbd4353094c149f6d036df8193bb0b.tar.gz
dotfiles-b5457b4a23fbd4353094c149f6d036df8193bb0b.zip
Bracing variable for safety
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 660798f6..581b9e8e 100755
--- a/install
+++ b/install
@@ -4,7 +4,7 @@
dotfiles="$HOME/.dotfiles"
if [[ ! -n "$dotfiles" ]]
then
- echo "Could not find $dotfiles!" >&2
+ echo "Could not find ${dotfiles}!" >&2
exit 1
fi