Makes searchphp work again

master
Jonathan Hodgson 5 years ago
parent b2738e45c2
commit c9db78febf
  1. 4
      bin/search/searchphp

@ -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 .

Loading…
Cancel
Save