Commit acd4cf0f authored by lovelywcm's avatar lovelywcm

bWlub3IK

parent 4cd6849c
This diff is collapsed.
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment