/bin/sh is not. (issue #5885)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7246
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
REV=`svn info | grep -e 'Last Changed Rev' | awk '{print $4;}'`
-if [ "${PARTS}" == "trunk" ]
+if [ "${PARTS}" = "trunk" ]
then
echo 'trunk'-r${REV}
exit 0
continue
fi
- if [ "${PART}" == "branches" ]
+ if [ "${PART}" = "branches" ]
then
BRANCH=1
RESULT="branch"
continue
fi
- if [ "${PART}" == "tags" ]
+ if [ "${PART}" = "tags" ]
then
BRANCH=1
RESULT="tag"
continue
fi
- if [ "${PART}" == "team" ]
+ if [ "${PART}" = "team" ]
then
TEAM=1
continue