Makes searchphp work again
This commit is contained in:
parent
b2738e45c2
commit
c9db78febf
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue