mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	Backwards logic in newer check.
Regen .ant_targets only if it's newer than build.xml? Yeah, that seems wrong.
This commit is contained in:
		| @@ -1,6 +1,6 @@ | |||||||
| _ant_does_target_list_need_generating () { | _ant_does_target_list_need_generating () { | ||||||
|   [ ! -f .ant_targets ] && return 0; |   [ ! -f .ant_targets ] && return 0; | ||||||
|   [ .ant_targets -nt build.xml ] && return 0; |   [ build.xml -nt .ant_targets ] && return 0; | ||||||
|   return 1; |   return 1; | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user