From: Silvio Rhatto Date: Sun, 26 May 2013 22:01:17 +0000 (-0300) Subject: Avoid exit 1 at sync-code X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=65e7e436db93e1e18efee25cd7ac6e3888c8ff44;p=scripts.git Avoid exit 1 at sync-code --- diff --git a/sync-code b/sync-code index 5895491..fc02c04 100755 --- a/sync-code +++ b/sync-code @@ -22,7 +22,7 @@ function sync_code_run { $UNISON $config else echo "No such profile $HOME/.unison/$config.prf" - exit 1 + return 1 fi }