Public bug reported:

Binary package hint: drupal

On an Ubuntu 8.04.2 system, drupal5 (5.7-1ubuntu1.1) has a file:

    /usr/share/drupal5/scripts/cron.sh

which contains a piped segment:

    BASE_URL=`grep '^$base_url' $file

The $ in the regex needs to be escaped. I think you want something more
akin to:

    BASE_URL=`grep '^[\$]base_url' $file
__________________________________________________________

$ lsb_release -rd
Description:    Ubuntu 8.04.2
Release:        8.04

$ apt-cache policy drupal5
drupal5:
  Installed: 5.7-1ubuntu1.1
  Candidate: 5.7-1ubuntu1.1
  Version table:
 *** 5.7-1ubuntu1.1 0
        500 http://archive.ubuntu.com hardy-updates/universe Packages
        500 http://archive.ubuntu.com hardy-security/universe Packages
        100 /var/lib/dpkg/status
     5.7-1ubuntu1 0
        500 http://archive.ubuntu.com hardy/universe Packages
__________________________________________________________

** Affects: drupal (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Regular Expression error in cron.sh
https://bugs.launchpad.net/bugs/314815
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to