From 6f13b8810f1959263392b652f87bec3820a5c719 Mon Sep 17 00:00:00 2001 From: Christophe Buffenoir Date: Sun, 8 Jun 2014 19:58:35 +0200 Subject: [PATCH] Fix syntax error --- update-home.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update-home.sh b/update-home.sh index 3745ac9..b88b52a 100755 --- a/update-home.sh +++ b/update-home.sh @@ -29,6 +29,7 @@ curl https://raw.github.com/geier/pycarddav/master/pycard.conf.sample > ~/.confi if [ "$1" == '--jp' ] then rsync -av ./jp/ ~/ +fi # Copy the graphical part if needed if [ "$1" == '--graphic' ]