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.
1 parent 6207a31 commit b4e1d8dCopy full SHA for b4e1d8d
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