Fix bustage due to missing closing brace.

This commit is contained in:
dbaron%fas.harvard.edu 2001-05-22 23:45:54 +00:00
parent 40b249aabb
commit f87d701a5d

View File

@ -397,7 +397,7 @@ sub do_wildcard
if ($os eq "MacOS") {
warn "Warning: globbing on Mac not supported.\nWorkaround is to copy entire directory.\n";
@list = <$entry>;
elsif ( $os eq "OS2"){
} elsif ( $os eq "OS2") {
#warn "Warning: globbing on OS/2 not supported.\nWorkaround is to copy entire directory.\n";
@list = $entry;
chop($list[0]);