summaryrefslogtreecommitdiff
path: root/build_tools/make_version
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2008-11-19 00:27:45 +0000
committerSean Bright <sean@malleable.com>2008-11-19 00:27:45 +0000
commit559e644b63ad59df5edb96ff233dba57b9d4ac47 (patch)
treeb0ee467816e3bb82d1ffd85c5ba5acf98af93bff /build_tools/make_version
parenta361f7897a5d2a0038f3da9e8403b825d5c9f644 (diff)
Fix a few build problems on Solaris (and check for an md5 utility in
configure instead of the icky loop I was doing before). (closes issue #13842) Reported by: snuffy Patches: bug13842_20081106.diff uploaded by snuffy (license 35) 13842.diff uploaded by seanbright (license 71) Tested by: snuffy git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@157600 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'build_tools/make_version')
-rwxr-xr-xbuild_tools/make_version4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_tools/make_version b/build_tools/make_version
index 73e9864fa..67231ff0c 100755
--- a/build_tools/make_version
+++ b/build_tools/make_version
@@ -30,7 +30,7 @@ elif [ -d .svn ]; then
fi
if [ ${BRANCH} != 0 ] ; then
- if [ -z ${RESULT} ] ; then
+ if [ -z "${RESULT}" ] ; then
RESULT="${PART}"
else
RESULT="${RESULT}-${PART}"
@@ -39,7 +39,7 @@ elif [ -d .svn ]; then
fi
if [ ${TEAM} != 0 ] ; then
- if [ -z ${RESULT} ] ; then
+ if [ -z "${RESULT}" ] ; then
RESULT="${PART}"
else
RESULT="${RESULT}-${PART}"