Ignore:
Timestamp:
2005-06-10T16:44:04+12:00 (19 years ago)
Author:
mdewsnip
Message:

Fixed a typo that unfortunately causes errors when you try to use the function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/util.pm

    r9955 r10046  
    3737    # make sure the files we want to delete exist
    3838    # and are regular files
    39     foreach my$file (@files) {
     39    foreach my $file (@files) {
    4040    if (!-e $file) {
    4141        print STDERR "util::rm $file does not exist\n";
Note: See TracChangeset for help on using the changeset viewer.