script: add perl as dependence

This commit is contained in:
lovelywcm 2009-08-11 08:42:19 +00:00
parent be4093dfc1
commit 717cae67a2

View File

@ -26,10 +26,10 @@
# 2: Do NOT commit "list.txt" to svn server (it won't by default);
# 3: Do NOT use any unicode character in the list, there is a known bug;
# 4: Do NOT "svn update", run this script to update / commit at any time.
###############################################################################
################################################################################
# dependence
for cmd in sed date base64 gawk svn git
for cmd in sed date base64 gawk svn git perl
do
which $cmd &> /dev/null;
if [ $? -ne 0 ]; then