]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Always output a version string, even when we can't figure out what we are.
authorTilghman Lesher <tilghman@meg.abyt.es>
Tue, 5 Aug 2008 15:30:23 +0000 (15:30 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Tue, 5 Aug 2008 15:30:23 +0000 (15:30 +0000)
(Closes issue #13223)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@135648 65c4cc65-6c06-0410-ace0-fbb531ad65f3

build_tools/make_version

index b7fdf829793db113757a44030702e42d451cc1e5..73e9864fa7d37d898c71a9542dbbd3388e46b71d 100755 (executable)
@@ -69,4 +69,6 @@ elif [ -d .svn ]; then
     else
        echo SVN-${RESULT}-r${REV}${BASE:+-${BASE}}
     fi
+else
+  echo "UNKNOWN__and_probably_unsupported"
 fi