summaryrefslogtreecommitdiff
path: root/make/install_bin
diff options
context:
space:
mode:
authorKian-Meng Ang <kianmeng@cpan.org>2022-01-08 22:02:04 +0800
committerKian-Meng Ang <kianmeng@cpan.org>2022-01-08 22:02:04 +0800
commit7ce81f7709c0b3db7bd11e79b6141758c7b0f4f7 (patch)
treed8888029c7260ee6774cbc8bc4527ecb8516df32 /make/install_bin
parentf8e41f8553239fb02598ef6c019cdb8a174d4eea (diff)
downloaderlang-7ce81f7709c0b3db7bd11e79b6141758c7b0f4f7.tar.gz
Fix typos in make
Diffstat (limited to 'make/install_bin')
-rwxr-xr-xmake/install_bin2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/install_bin b/make/install_bin
index 3337e68a9f..4c70e34b71 100755
--- a/make/install_bin
+++ b/make/install_bin
@@ -681,7 +681,7 @@ EOF
done
# Remove after possible old install (done in a separate pass since I think
-# the output looks nicer than if mixed). Note that we cannot test for existance
+# the output looks nicer than if mixed). Note that we cannot test for existence
# in a portable way, so force remove.
for file in "$@"; do
test "$file" != "" || continue