mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
Always output a version string, even when we can't figure out what we are.
(Closes issue #13223) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@135648 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -69,4 +69,6 @@ elif [ -d .svn ]; then
|
|||||||
else
|
else
|
||||||
echo SVN-${RESULT}-r${REV}${BASE:+-${BASE}}
|
echo SVN-${RESULT}-r${REV}${BASE:+-${BASE}}
|
||||||
fi
|
fi
|
||||||
|
else
|
||||||
|
echo "UNKNOWN__and_probably_unsupported"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user