mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Merge 4f84ea68e6 into e30a1243dc
This commit is contained in:
commit
84cb37ea38
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ _phing_does_target_list_need_generating () {
|
|||
_phing () {
|
||||
if [ -f build.xml ]; then
|
||||
if _phing_does_target_list_need_generating; then
|
||||
phing -l |grep -v ":$" |grep -v "^-*$" > .phing_targets
|
||||
phing -l -q |grep -v ":$" |grep -v "^-*$" > .phing_targets
|
||||
fi
|
||||
compadd `cat .phing_targets`
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue