From 56695b3cb60130ebdb12aa722808ca74dde45366 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sun, 17 Apr 2011 02:11:37 +0200 Subject: Fix update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 09b84877..472e6a28 100755 --- a/update.sh +++ b/update.sh @@ -7,7 +7,7 @@ # Use launch.sh to start poezio directly from here echo 'Updating poezio' -hg pull -u || echo 'You do not seem to be in poezio’s directory. Exiting.' && exit 1 +hg pull -u if [ -e "SleekXMPP" ] then -- cgit v1.2.3