Changeset 13579
- Timestamp:
- May 31, 2007, 3:00:26 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
r13574 r13579 1 1 # Copyright (c) 2006 Paul Price, Joshua Hoblitt 2 2 # 3 # $Id: Config.pm,v 1.5 0 2007-05-31 22:11:49price Exp $3 # $Id: Config.pm,v 1.51 2007-06-01 01:00:26 price Exp $ 4 4 5 5 package PS::IPP::Config; … … 382 382 $source = $self->file_resolve( $source ); 383 383 384 system "cp $source $target"or (carp "Can't copy file $source to $target." and385 exit($PS_EXIT_DATA_ERROR));384 system("cp $source $target") == 0 or (carp "Can't copy file $source to $target." and 385 exit($PS_EXIT_DATA_ERROR)); 386 386 return 1; 387 387 }
Note:
See TracChangeset
for help on using the changeset viewer.
