This commit is contained in:
lovelywcm
2009-03-11 09:10:07 +00:00
parent 4cd6849c90
commit acd4cf0fa3
2 changed files with 163 additions and 163 deletions

View File

@@ -30,11 +30,11 @@
# dependence
for cmd in sed date base64 gawk svn git
do
which $cmd &> /dev/null;
if [ $? -ne 0 ]; then
echo "Depends on $cmd, please install it first.";
exit 1;
fi
which $cmd &> /dev/null;
if [ $? -ne 0 ]; then
echo "Depends on $cmd, please install it first.";
exit 1;
fi
done
# get current revision number