Imported Upstream version 1.5

This commit is contained in:
Jan Wagner 2013-11-27 00:01:37 +01:00
parent 850fb4e359
commit c89ccc3c74
58 changed files with 2395 additions and 23511 deletions

View file

@ -81,9 +81,9 @@ case $dirmode in
echo "mkdir -p -- $*"
exec mkdir -p -- "$@"
else
# On NextStep and OpenStep, the 'mkdir' command does not
# On NextStep and OpenStep, the `mkdir' command does not
# recognize any option. It will interpret all options as
# directories to create, and then abort because '.' already
# directories to create, and then abort because `.' already
# exists.
test -d ./-p && rmdir ./-p
test -d ./--version && rmdir ./--version