mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 04:38:59 +00:00
Fix typo introduced into version.sh
This commit is contained in:
parent
2848f657ed
commit
fa47b1113f
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ MINOR=`echo ${VERSION} | cut -d'.' -f2`
|
|||
# Get GIT information (if not provided on the command line)
|
||||
|
||||
if [ -z "${BUILD}" ]; then
|
||||
GITINFO=`git log 2>/dev/null | head 1`
|
||||
GITINFO=`git log 2>/dev/null | head -1`
|
||||
if [ -z "${GITINFO}" ]; then
|
||||
echo "GIT version information is not available"
|
||||
exit 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue