mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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:
parent
c4703a1ecc
commit
2a85965ee4
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue