aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-08-13 18:31:49 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-08-13 18:31:49 +1200
commit81453f70d8fcfaec2e5d50c945087e6ab46782c4 (patch)
tree904aa74f851ce97697bcbd3de85ad56fde143834 /install
parentQuote expansions properly (diff)
downloaddotfiles-81453f70d8fcfaec2e5d50c945087e6ab46782c4.tar.gz
dotfiles-81453f70d8fcfaec2e5d50c945087e6ab46782c4.zip
Remove unneeded braces in expansion
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index eb5819e7..703f2f15 100755
--- a/install
+++ b/install
@@ -3,7 +3,7 @@
# Define dotfiles directory and check it exists
dotfiles="$HOME/.dotfiles"
if [[ ! -n "$dotfiles" ]]; then
- echo "Could not find ${dotfiles}!" >&2
+ echo "Could not find $dotfiles!" >&2
exit 1
fi