From 65e7e436db93e1e18efee25cd7ac6e3888c8ff44 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 26 May 2013 19:01:17 -0300 Subject: Avoid exit 1 at sync-code --- sync-code | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3