Changeset 1929

Show
Ignore:
Timestamp:
09/09/07 21:37:08 (1 year ago)
Author:
anarcat
Message:

fix stupid typo in regexp
See: #1062

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/install/alternc.install

    r1926 r1929  
    181181# Apache will not start without this file 
    182182touch /var/alternc/apacheconf/override_php.conf 
    183 php=`dpkg -l libapache-mod-php* | grep ^ii | sed -e 's/^.*libapache.?-mod-php\(.\).*$/php\1/' | tail -1` 
     183php=`dpkg -l libapache-mod-php* | grep ^ii | sed -e 's/^.*libapache.\?-mod-php\(.\).*$/php\1/' | tail -1` 
    184184if [ -x /usr/sbin/apache ] 
    185185then