missing backslash added
This commit is contained in:
		
							parent
							
								
									85d12d69b4
								
							
						
					
					
						commit
						7b37c88ea5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -105,7 +105,7 @@ mod_check_dep() { | ||||||
| 			;; | 			;; | ||||||
| 		"after") | 		"after") | ||||||
| 			if ([ -z "$ZMODLOAD_ONLY" ] \ | 			if ([ -z "$ZMODLOAD_ONLY" ] \ | ||||||
| 				|| in_array "$dep" "${(@)ZMODLOAD_ONLY}") | 				|| in_array "$dep" "${(@)ZMODLOAD_ONLY}") \ | ||||||
| 				&& ! in_array "$dep" "${(@)ZMODLOAD_BLACKLIST}"; then | 				&& ! in_array "$dep" "${(@)ZMODLOAD_BLACKLIST}"; then | ||||||
| 				mod_queue "$dep" is_dep ${modpath}; | 				mod_queue "$dep" is_dep ${modpath}; | ||||||
| 			fi ;; | 			fi ;; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alexander Gehrke (crater2150)
						Alexander Gehrke (crater2150)