Fix 3.0 building on Cygwin (and maybe other places where sh is used).

git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_0@18406 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Steve Bavin 2008-09-04 10:00:40 +00:00
parent c4703a1ecc
commit 2a85965ee4

View file

@ -18,7 +18,7 @@ svnversion_safe() {
if [ "$OUTPUT" = "exported" ]; then
echo "unknown"
else
echo "r$OUTPUT (3.0 RC)"
echo "r$OUTPUT-3.0-RC"
fi
else
echo "unknown"