drupal-modules / ads

Drupal distribution for Ads
http://drupal.org/project/ads
2 stars 2 forks source link

grep -P option is not supported on BSD/OSX #81

Closed kenorb closed 10 years ago

kenorb commented 10 years ago

File: phing/build-configure.xml grep -P option is not supported on BSD/OSX, so it fails during the build:

     [exec] ads_setup was enabled successfully.                                  [ok]
     [exec] Command dispatch complete                                               [notice]
usage: grep [-abcDEFGHhIiJLlmnOoPqRSsUVvwxZ] [-A num] [-B num] [-C[num]]
    [-e pattern] [-f file] [--binary-files=value] [--color=when]
    [--context[=num]] [--directories=action] [--label] [--line-buffered]
    [--null] [pattern] [file ...]
ads is a required module and can't be disabled.

Try to convert it without -P.