diff options
author | Jan-Benedict Glaw <jbglaw@getslash.de> | 2014-11-16 13:43:48 +0100 |
---|---|---|
committer | Jan-Benedict Glaw <jbglaw@getslash.de> | 2014-11-16 13:43:48 +0100 |
commit | e30465112ed4c6320dd19107302057a5f7712cf2 (patch) | |
tree | 4e8053effd59f191e91b6bd1562c82623c9bd3a0 /mkinstalldirs | |
parent | a3f89f9768198adc31f6c6554d467044eb1d0025 (diff) | |
download | binutils-gdb-e30465112ed4c6320dd19107302057a5f7712cf2.tar.gz |
Update from upstream Automake
2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* compile: Sync with upstream Automake.
* depcomp: Ditto.
* install-sh: Ditto.
* missing: Ditto.
* mkinstalldirs: Ditto.
* ylwrap: Ditto.
Diffstat (limited to 'mkinstalldirs')
-rwxr-xr-x | mkinstalldirs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mkinstalldirs b/mkinstalldirs index 4191a45dbd7..55d537f872c 100755 --- a/mkinstalldirs +++ b/mkinstalldirs @@ -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 |