make script work on solaris

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1395 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2006-05-08 04:10:21 +00:00
parent e00f82c550
commit d9e8100737
1 changed files with 1 additions and 6 deletions

View File

@ -1,9 +1,7 @@
#!/bin/sh
if [ ! -z $1 ] ; then
if [ $1 = force ] ; then
if eval test x${1} = xforce ; then
rm -f .version
fi
fi
force=0
@ -16,6 +14,3 @@ if [ $oldversion != $version ] || [ $force = 1 ] ; then
echo $version > .version
make modclean
fi