Changeset 13502
- Timestamp:
- May 24, 2007, 10:14:20 AM (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
r13491 r13502 1 1 # Copyright (c) 2006 Paul Price, Joshua Hoblitt 2 2 # 3 # $Id: Config.pm,v 1.4 8 2007-05-24 00:16:08price Exp $3 # $Id: Config.pm,v 1.49 2007-05-24 20:14:20 price Exp $ 4 4 5 5 package PS::IPP::Config; … … 391 391 my ( $vol, $dirs, $file ) = File::Spec->splitpath( $resolved ); 392 392 unless (-d $dirs) { 393 system "mkdir -p $dirs"or (carp "Can't create directory $dirs" and exit($PS_EXIT_DATA_ERROR));393 system("mkdir -p $dirs") == 0 or (carp "Can't create directory $dirs" and exit($PS_EXIT_DATA_ERROR)); 394 394 } 395 395
Note:
See TracChangeset
for help on using the changeset viewer.
