mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-26 16:18:31 +00:00
Fix a typo. The script should run /usr/bin/svnliteversion instead of
/usr/bin/svnversion in the affected section. Reported by: lev, Dan Mack
This commit is contained in:
parent
c325e866f4
commit
887d03eaf7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=254184
@ -105,7 +105,7 @@ for dir in /usr/bin /usr/local/bin; do
|
||||
done
|
||||
|
||||
if [ -z "${svnversion}" ] && [ -x /usr/bin/svnliteversion ] ; then
|
||||
/usr/bin/svnversion $(basename ${0}) >/dev/null 2>&1
|
||||
/usr/bin/svnliteversion $(basename ${0}) >/dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
svnversion=/usr/bin/svnliteversion
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user