From 240bcdd451b9cd0ca64185b77bab6bd0f54d1a12 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 15 Feb 2013 14:43:11 -0200 Subject: Using latest unison --- sync-code | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sync-code') diff --git a/sync-code b/sync-code index 7623e9b..91f6ff8 100755 --- a/sync-code +++ b/sync-code @@ -5,7 +5,10 @@ BASENAME="`basename $0`" DEST="$1" -UNISON="unison-2.32.52" +UNISON="unison" + +# Use the following config if you need to sync with legacy systems +#UNISON="unison-2.32.52" if [ ! -z "$DEST" ]; then -- cgit v1.2.3