IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 29, 2009, 2:19:43 PM (17 years ago)
Author:
eugene
Message:

use internal mkdir (less prone to syscall failures)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/magic.pro

    r24554 r24627  
    55
    66$LOGSUBDIR = $LOGDIR/magic
    7 exec mkdir -p $LOGSUBDIR
     7mkdir $LOGSUBDIR
    88
    99### Initialise the books containing the tasks to do
Note: See TracChangeset for help on using the changeset viewer.