Fix grammar error, thanx user

This commit is contained in:
sponge
2012-03-13 19:54:07 +00:00
parent 913994f312
commit bc0a38b405

View File

@ -7,7 +7,7 @@ INST_DIR=directory
echo echo
for i in *.config ; { for i in *.config ; {
if [ -f $INST_DIR/$i ] ; then if [ -f $INST_DIR/$i ] ; then
echo "Please check ${INST_DIR}${i}, as there is new version." echo "Please check ${INST_DIR}${i}, as there is a new version."
cp $i $INST_DIR/$i.new cp $i $INST_DIR/$i.new
else else
cp $i $INST_DIR/$i cp $i $INST_DIR/$i