From 81453f70d8fcfaec2e5d50c945087e6ab46782c4 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 13 Aug 2013 18:31:49 +1200 Subject: Remove unneeded braces in expansion --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') 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 -- cgit v1.2.3