From 2a018fc7cd3eb1eded7ff8d46682c6fa0883e85c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 2 Feb 2013 21:55:01 -0200 Subject: Using a specific version of unison --- sync-code | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sync-code') diff --git a/sync-code b/sync-code index bdb5f32..1211ebd 100755 --- a/sync-code +++ b/sync-code @@ -5,6 +5,7 @@ BASENAME="`basename $0`" DEST="$1" +UNISON="unison-2.32.52" if [ ! -z "$DEST" ]; then @@ -15,7 +16,7 @@ if [ ! -z "$DEST" ]; then fi if [ -f "$HOME/.unison/$profile.prf" ]; then - unison $profile + $UNISON $profile else echo "No such profile $HOME/.unison/$profile.prf" exit 1 -- cgit v1.2.3