mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
"3.2" is the fixed version for this version
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_2@20500 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7a56cab8ec
commit
e801b40379
1 changed files with 1 additions and 9 deletions
|
@ -19,15 +19,7 @@
|
|||
|
||||
svnversion_safe() {
|
||||
# LANG=C forces svnversion to not localize "exported".
|
||||
if OUTPUT=`LANG=C svnversion "$@"`; then
|
||||
if [ "$OUTPUT" = "exported" ]; then
|
||||
echo "unknown"
|
||||
else
|
||||
echo "3.2-r$OUTPUT"
|
||||
fi
|
||||
else
|
||||
echo "unknown"
|
||||
fi
|
||||
echo "3.2"
|
||||
}
|
||||
|
||||
# This logic is pulled from the Linux's scripts/setlocalversion (also GPL) and tweaked for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue