Commit acd4cf0f authored by lovelywcm's avatar lovelywcm

bWlub3IK

parent 4cd6849c
This diff is collapsed.
...@@ -30,11 +30,11 @@ ...@@ -30,11 +30,11 @@
# dependence # dependence
for cmd in sed date base64 gawk svn git for cmd in sed date base64 gawk svn git
do do
which $cmd &> /dev/null; which $cmd &> /dev/null;
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo "Depends on $cmd, please install it first."; echo "Depends on $cmd, please install it first.";
exit 1; exit 1;
fi fi
done done
# get current revision number # 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