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
Ohmyzsh
Commits
935f1914
Commit
935f1914
authored
Feb 10, 2015
by
Robby Russell
Browse files
Merge pull request #3419 from mcornella/fix-cake-target-cache
[Plugin: cake] switch newer-than logic to get the desired behavior
parents
c3eb5483
e6045879
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/cake/cake.plugin.zsh
View file @
935f1914
...
...
@@ -15,7 +15,7 @@ _cake_does_target_list_need_generating () {
fi
[
!
-f
${
_cake_task_cache_file
}
]
&&
return
0
;
[
${
_cake_task_cache_file
}
-nt
Cakefile
]
&&
return
0
;
[
Cakefile
-nt
${
_cake_task_cache_file
}
]
&&
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