Forgot to disable DEBUG by default
This commit is contained in:
		
							parent
							
								
									051c364d95
								
							
						
					
					
						commit
						91b9699b69
					
				|  | @ -20,7 +20,7 @@ | ||||||
| readonly PROGNAME=$(basename "${0}") | readonly PROGNAME=$(basename "${0}") | ||||||
| readonly NBARGS="${#}" | readonly NBARGS="${#}" | ||||||
| ## Test if DEBUG is already defined (by parent script,…) | ## Test if DEBUG is already defined (by parent script,…) | ||||||
| [ -z "${DEBUG}" ] && DEBUG=0 | [ -z "${DEBUG}" ] && DEBUG=1 | ||||||
| 
 | 
 | ||||||
| ## Colors | ## Colors | ||||||
| readonly PURPLE='\033[1;35m' | readonly PURPLE='\033[1;35m' | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue