declare this variable properly.
This commit is contained in:
		
							parent
							
								
									c215f6c218
								
							
						
					
					
						commit
						f550c60f26
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -119,7 +119,7 @@ make_path($LOG_DIR, {mode => 0750}); | ||||||
| die "The directory, $OUTPUT_DIRECTORY, must be a writeable directory" unless -d $OUTPUT_DIRECTORY and -w $OUTPUT_DIRECTORY; | die "The directory, $OUTPUT_DIRECTORY, must be a writeable directory" unless -d $OUTPUT_DIRECTORY and -w $OUTPUT_DIRECTORY; | ||||||
| die "The log directory, $LOG_DIR, must be a writeable directory" unless -d $LOG_DIR and -w $LOG_DIR; | die "The log directory, $LOG_DIR, must be a writeable directory" unless -d $LOG_DIR and -w $LOG_DIR; | ||||||
| 
 | 
 | ||||||
| my @WHITELIST_COMMITS; | my %WHITELIST_COMMIT_IDS; | ||||||
| 
 | 
 | ||||||
| # Snarf in data | # Snarf in data | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Bradley M. Kuhn
						Bradley M. Kuhn