Commit 9117c99b authored by Felix Paul Kühne's avatar Felix Paul Kühne

* fix to the svn-recognition

parent a87ece47
......@@ -68,6 +68,8 @@ fi
if test -f /sw/bin/svn; then
echo "SVN = /sw/bin/svn" >> config.mak
elif test -f /usr/local/bin/svn; then
echo "SVN = /usr/local/bin/svn" >> config.mak
elif svn help >/dev/null 2>&1; then
echo "SVN = svn" >> config.mak
else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment