We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 247f11c + 0d584cd commit 3784c04Copy full SHA for 3784c04
install.sh
@@ -557,8 +557,8 @@ echoerr() {
557
echoh "$@" >&2
558
}
559
560
-# humanpath replaces all occurances of " $HOME" with " ~"
561
-# and all occurances of '"$HOME' with the literal '"$HOME'.
+# humanpath replaces all occurrences of " $HOME" with " ~"
+# and all occurrences of '"$HOME' with the literal '"$HOME'.
562
humanpath() {
563
sed "s# $HOME# ~#g; s#\"$HOME#\"\$HOME#g"
564
0 commit comments