aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-08-05 15:30:23 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-08-05 15:30:23 +0000
commit6c7e27ae2521df1506a0774c9b275433580f6c40 (patch)
treed56ece3ec85f57dc11c6a6978955cfe24c5bd108 /build_tools
parent4c8b97a037435345077a0302c84bec15b3e033c1 (diff)
Always output a version string, even when we can't figure out what we are.
(Closes issue #13223) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@135648 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/make_version2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_tools/make_version b/build_tools/make_version
index b7fdf8297..73e9864fa 100755
--- a/build_tools/make_version
+++ b/build_tools/make_version
@@ -69,4 +69,6 @@ elif [ -d .svn ]; then
else
echo SVN-${RESULT}-r${REV}${BASE:+-${BASE}}
fi
+else
+ echo "UNKNOWN__and_probably_unsupported"
fi