]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- one more fix
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 24 Jun 2002 13:05:07 +0000 (13:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-php-requires -> 1.5

rpm-php-requires

index 20d51082a0b117c8423d8af45b3ad9484d9aa090..f89d47bbf2a45837e7b079ebfd609407a85e751c 100644 (file)
@@ -7,7 +7,7 @@ fi
 for i in `echo $@`; do
        i=`echo $i | grep "\.php"`
        if [ -n "$i" ]; then
-               j=`cat $i |grep -i ^require_once|egrep -v "^ \*"|sed -e "s/['|\"]//" |cut -f 2 -d " "|sed -e "s/\//_/"|cut -f 1 -d "."`
+               j=`cat $i |grep -i ^require_once|egrep -v "^ \*"|sed -e "s/['|\"]//" |cut -f 2 -d " "|sed -e "s/\//_/g"|cut -f 1 -d "."`
                if [ -n "$j" ]; then
                        for p in $j; do
                                echo "pear($p)"
This page took 0.031769 seconds and 4 git commands to generate.