From 724322deb62ac2a7cd3ab89a63ee365bc8cf0262 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 13 Aug 2013 18:30:48 +1200 Subject: Use conventional syntax for if block --- install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'install') diff --git a/install b/install index 581b9e8e..7af58271 100755 --- a/install +++ b/install @@ -2,8 +2,7 @@ # Define dotfiles directory and check it exists dotfiles="$HOME/.dotfiles" -if [[ ! -n "$dotfiles" ]] -then +if [[ ! -n "$dotfiles" ]]; then echo "Could not find ${dotfiles}!" >&2 exit 1 fi -- cgit v1.2.3