"plugins/vscode:/vscode.git/clone" did not exist on "0c85da3c74fccae3cb2bbe41e1b71ad6c8dca21f"
Commit 9c11202f authored by frantzmiccoli's avatar frantzmiccoli
Browse files

fix `-nt` usage

parent a7c88c98
_phing_does_target_list_need_generating () { _phing_does_target_list_need_generating () {
[ ! -f .phing_targets ] && return 0; [ ! -f .phing_targets ] && return 0;
[ .phing_targets -nt build.xml ] && return 0; [ build.xml -nt .phing_targets ] && return 0;
return 1; return 1;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment