Skip to content
Snippets Groups Projects
Commit 8ba98191 authored by Tilghman Lesher's avatar Tilghman Lesher
Browse files

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
parent 3fdc96d0
No related branches found
No related tags found
No related merge requests found
......@@ -69,4 +69,6 @@ elif [ -d .svn ]; then
else
echo SVN-${RESULT}-r${REV}${BASE:+-${BASE}}
fi
else
echo "UNKNOWN__and_probably_unsupported"
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment