Don't print fairly pointless and verbose warning message
This commit is contained in:
@@ -69,13 +69,6 @@ my $start_dir = $ARGV[1];
|
|||||||
my $dynamic_dir = $ARGV[2];
|
my $dynamic_dir = $ARGV[2];
|
||||||
my $out_dir = $ARGV[3];
|
my $out_dir = $ARGV[3];
|
||||||
|
|
||||||
print "################################################\n";
|
|
||||||
print "# #\n";
|
|
||||||
print "# just a prototype - for testing purpose only! #\n";
|
|
||||||
print "# #\n";
|
|
||||||
print "################################################\n\n";
|
|
||||||
|
|
||||||
|
|
||||||
# Traverse desired filesystems
|
# Traverse desired filesystems
|
||||||
my $work_dir = cwd();
|
my $work_dir = cwd();
|
||||||
chdir $start_dir or die "$0: ERROR - cannot change directory to \"$start_dir\"\n";
|
chdir $start_dir or die "$0: ERROR - cannot change directory to \"$start_dir\"\n";
|
||||||
|
Reference in New Issue
Block a user