Changeset 2974


Ignore:
Timestamp:
2002-02-20T14:03:23+13:00 (22 years ago)
Author:
jrm21
Message:

added a newline to soft link error message

File:
1 edited

Legend:

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

    r2795 r2974  
    331331
    332332    } elsif (!eval {symlink($src, $dest)}) {
    333     print STDERR "util::soft_link: unable to create soft link.";
     333    print STDERR "util::soft_link: unable to create soft link.\n";
    334334    return 0;
    335335    }
Note: See TracChangeset for help on using the changeset viewer.