Commit ea881317 authored by Benjamin Pracht's avatar Benjamin Pracht

get rid of windows style line breaks

parent 1b16a2c2
...@@ -66,12 +66,12 @@ else ...@@ -66,12 +66,12 @@ else
exit 1 exit 1
fi fi
if test -f /sw/bin/svn; then if test -f /sw/bin/svn; then
echo "SVN = /sw/bin/svn" >> config.mak echo "SVN = /sw/bin/svn" >> config.mak
elif svn help >/dev/null 2>&1; then elif svn help >/dev/null 2>&1; then
echo "SVN = svn" >> config.mak echo "SVN = svn" >> config.mak
else else
echo "You do not have a subversion client installed." >&2 echo "You do not have a subversion client installed." >&2
fi fi
echo "PREFIX = `pwd`" >> config.mak echo "PREFIX = `pwd`" >> config.mak
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