From e6360af6ab474674457e8f59d8e7510861cb57e8 Mon Sep 17 00:00:00 2001
From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>
Date: Mon, 11 Oct 2010 11:49:01 +0000
Subject: [PATCH] Add working path info for OS X.

---
 mksnap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mksnap.sh b/mksnap.sh
index 34261ae..07bd66b 100755
--- a/mksnap.sh
+++ b/mksnap.sh
@@ -3,7 +3,7 @@
 # Generate a snapshot from svn. This script tries to check-out a new
 # copy from svn, and then run "autoreconf" and "make distcheck".
 
-PATH=/opt/local/bin:$PATH
+PATH=/opt/subversion/bin:/opt/local/bin:$PATH
 export PATH
 
 MYTMPDIR="${TMPDIR:-/Volumes/DataHD/Shared/software/ALBERTA/snapshots}/alberta.$$"
-- 
GitLab