mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Fix typo introduced into version.sh
This commit is contained in:
+1
-1
@@ -112,7 +112,7 @@ MINOR=`echo ${VERSION} | cut -d'.' -f2`
|
|||||||
# Get GIT information (if not provided on the command line)
|
# Get GIT information (if not provided on the command line)
|
||||||
|
|
||||||
if [ -z "${BUILD}" ]; then
|
if [ -z "${BUILD}" ]; then
|
||||||
GITINFO=`git log 2>/dev/null | head 1`
|
GITINFO=`git log 2>/dev/null | head -1`
|
||||||
if [ -z "${GITINFO}" ]; then
|
if [ -z "${GITINFO}" ]; then
|
||||||
echo "GIT version information is not available"
|
echo "GIT version information is not available"
|
||||||
exit 3
|
exit 3
|
||||||
|
|||||||
Reference in New Issue
Block a user