IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13075


Ignore:
Timestamp:
Apr 27, 2007, 3:24:26 PM (19 years ago)
Author:
jhoblitt
Message:

fix warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/bin/neb-cp

    r13074 r13075  
    33# Copyright (C) 2007  Joshua Hoblitt
    44#
    5 # $Id: neb-cp,v 1.2 2007-04-28 01:19:59 jhoblitt Exp $
     5# $Id: neb-cp,v 1.3 2007-04-28 01:24:26 jhoblitt Exp $
    66
    77use strict;
     
    4242my $status;
    4343if ($node) {
    44     $neb->copy( $src, $dst, $node);
     44    $status = $neb->copy( $src, $dst, $node);
    4545} else {
    46     $neb->copy( $src, $dst);
     46    $status = $neb->copy( $src, $dst);
    4747}
    4848
    49 warn "copy failied" if $status;
     49warn "copy failied" unless $status;
    5050
    5151__END__
Note: See TracChangeset for help on using the changeset viewer.