summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/mkinstalldirs
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/mkinstalldirs')
-rwxr-xr-xbinutils-2.25/mkinstalldirs4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils-2.25/mkinstalldirs b/binutils-2.25/mkinstalldirs
index 4191a45d..55d537f8 100755
--- a/binutils-2.25/mkinstalldirs
+++ b/binutils-2.25/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