On Tue Oct 28, 2008 at 11:42:09 -0500, Kent West wrote: > if [ mkdir -p $targetDir ] # If the mkdir fails
Use:
if ( mkdir -p $targetDir )
Steve
--
http://www.steve.org.uk/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

