X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fdrush%2Fdrush%2Ftests%2Fmakefiles%2Fpatches-local-test-wysiwyg.patch;fp=vendor%2Fdrush%2Fdrush%2Ftests%2Fmakefiles%2Fpatches-local-test-wysiwyg.patch;h=b6ef7316d2e6fc74d30dc76f6e2bfa8044f2a98e;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/vendor/drush/drush/tests/makefiles/patches-local-test-wysiwyg.patch b/vendor/drush/drush/tests/makefiles/patches-local-test-wysiwyg.patch new file mode 100644 index 000000000..b6ef7316d --- /dev/null +++ b/vendor/drush/drush/tests/makefiles/patches-local-test-wysiwyg.patch @@ -0,0 +1,17 @@ +diff --git a/wysiwyg.module b/wysiwyg.module +index 771cbd7..647ac31 100644 +--- a/wysiwyg.module ++++ b/wysiwyg.module +@@ -112,6 +112,12 @@ function wysiwyg_theme() { + } + + /** ++ * This patch doesn't really do anything. It just adds a comment to ++ * wysiwyg.module so that we can test Drush Make's support of applying patches ++ * that are on the local filesystem. ++ */ ++ ++/** + * Implementation of hook_help(). + */ + function wysiwyg_help($path, $arg) {