Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
9c11202f
Commit
9c11202f
authored
Jun 13, 2014
by
frantzmiccoli
Browse files
fix `-nt` usage
parent
a7c88c98
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/phing/phing.plugin.zsh
View file @
9c11202f
_phing_does_target_list_need_generating
()
{
[
!
-f
.phing_targets
]
&&
return
0
;
[
.phing_targets
-nt
build.xml
]
&&
return
0
;
[
build.xml
-nt
.phing_targets
]
&&
return
0
;
return
1
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment