From e129f0ade4b9ed90826aebab7028defbf0bbd719 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 26 May 2008 22:56:34 +0200 Subject: bin/bootstrap: style change --- bin/bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/bootstrap b/bin/bootstrap index f033cd4..09f6e63 100755 --- a/bin/bootstrap +++ b/bin/bootstrap @@ -3,10 +3,10 @@ # After running this, other packages can be installed using 'pkg' # Without mercurial, this is pretty pointless -if ! which hg &> /dev/null; then +if ( ! which hg &> /dev/null) { echo Mercurial not found! exit 100 -fi +} # Make basic dirctories mkdir -p ~/bin -- cgit v1.2.3