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 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue