mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
chore: fix typo in install.sh
occurances -> occurrences
This commit is contained in:
parent
6207a3109a
commit
b4e1d8db5d
1 changed files with 2 additions and 2 deletions
|
|
@ -557,8 +557,8 @@ echoerr() {
|
|||
echoh "$@" >&2
|
||||
}
|
||||
|
||||
# humanpath replaces all occurances of " $HOME" with " ~"
|
||||
# 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'.
|
||||
humanpath() {
|
||||
sed "s# $HOME# ~#g; s#\"$HOME#\"\$HOME#g"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue