aboutsummaryrefslogtreecommitdiff
path: root/sync-code
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-02-15 14:43:11 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-02-15 14:43:11 -0200
commit240bcdd451b9cd0ca64185b77bab6bd0f54d1a12 (patch)
treed3e8211b60519b2053e9f80f99da633d51859f1e /sync-code
parent719d28d2fcefd4968e64f1749ce7e5fd02e12b39 (diff)
downloadscripts-240bcdd451b9cd0ca64185b77bab6bd0f54d1a12.tar.gz
scripts-240bcdd451b9cd0ca64185b77bab6bd0f54d1a12.tar.bz2
Using latest unison
Diffstat (limited to 'sync-code')
-rwxr-xr-xsync-code5
1 files changed, 4 insertions, 1 deletions
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