Commit ea881317 authored by Benjamin Pracht's avatar Benjamin Pracht

get rid of windows style line breaks

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