Subject: CVS commit: pkgsrc/bootstrap/files
To: None <pkgsrc-changes@NetBSD.org>
From: Klaus Heinz <heinz@netbsd.org>
List: pkgsrc-changes
Date: 04/12/2004 14:48:58
Module Name: pkgsrc
Committed By: heinz
Date: Mon Apr 12 14:48:58 UTC 2004
Added Files:
pkgsrc/bootstrap/files: mkdir-sh
Log Message:
Add script to work around stupid 'mkdir -p' on Unixware.
$ mkdir -p /tmp/foo ; echo $?
0
$ mkdir -p /tmp/foo ; echo $?
2
mkdir-sh calls 'mkdir' except when the target directory already exists.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 pkgsrc/bootstrap/files/mkdir-sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.