Fix typo introduced into version.sh

This commit is contained in:
Gregory Nutt
2013-04-20 11:40:34 -06:00
parent 2848f657ed
commit fa47b1113f
+1 -1
View File
@@ -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