Makes searchphp work again

This commit is contained in:
Jonathan Hodgson 2019-05-24 09:36:34 +01:00
parent 07e05c04bd
commit 4e47642626

View file

@ -26,4 +26,6 @@ while [ $# != 0 ]; do
esac
done
grep -r -i -n --color="always" --include=\*.{php,phtml} -A "$after" -B "$before" "$search" .
#echo grep -r -i -n --color="always" --include="*.{php,phtml}" -A "$after" -B "$before" "$search" .
grep -r -i -n --color="always" --include=\*.php -A $after -B $before $search .