declare this variable properly.

This commit is contained in:
Bradley M. Kuhn 2016-04-28 19:59:14 -07:00
parent c215f6c218
commit f550c60f26

View file

@ -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