提交 5fe112eb 编写于 作者: R Robby Russell

Merge branch 'master' of git://github.com/mrinterweb/oh-my-zsh into mrinterweb/master

_rake_does_task_list_need_generating () {
if [ ! -f .rake_tasks~ ]; then return 0;
else
accurate=$(stat -f%m .rake_tasks~)
changed=$(stat -f%m Rakefile)
accurate=$(stat -c "%n" .rake_tasks~)
changed=$(stat -c "%n" Rakefile)
return $(expr $accurate '>=' $changed)
fi
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册