i was trying to apply this patch:

https://www.drupal.org/files/issues/717874-104.mollom.exportables-7.x-2.14.patch

with this header:

diff --git a/mollom.admin.inc b/mollom.admin.inc
index 29b72f8..e590628 100644
--- a/mollom.admin.inc
+++ b/mollom.admin.inc

and pathc_manager issued this command:

patch -p0 --verbose -d '/var/www/drupal/openatrium-7.x-2.63/sites/all/modules/mollom/' -i '/var/www/drupal/openatrium-7.x-2.63/sites/default/files/patches/717874-104.mollom.exportables-7.x-2.14.patch'

i manually changed the directory strip to -p1 to fix this:

patch <strong>-p1</strong> --verbose -d '/var/www/drupal/openatrium-7.x-2.63/sites/all/modules/mollom/' -i '/var/www/drupal/openatrium-7.x-2.63/sites/default/files/patches/717874-104.mollom.exportables-7.x-2.14.patch'

Comments

anewholm created an issue.