diff options
author | heinz <heinz> | 2004-04-12 14:48:58 +0000 |
---|---|---|
committer | heinz <heinz> | 2004-04-12 14:48:58 +0000 |
commit | 9a3e974acbd8ceb094acf5286039f3a712046e6c (patch) | |
tree | 76062383831d2ffe2dc4aef541aa8ce07522e819 /fonts | |
parent | 3a2bac079a028b1f9bc05d098758a65aba51caf8 (diff) | |
download | pkgsrc-9a3e974acbd8ceb094acf5286039f3a712046e6c.tar.gz |
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.
Diffstat (limited to 'fonts')
0 files changed, 0 insertions, 0 deletions