Fix bustage due to missing closing brace.

This commit is contained in:
dbaron%fas.harvard.edu 2001-05-22 23:45:54 +00:00
Родитель 6c621a2686
Коммит e919fcd1d2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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]);