mirror of
https://github.com/fsquillace/junest.git
synced 2026-01-23 02:34:30 +00:00
Double quote to prevent globbing or word splitting
Whoops! This should pass shellcheck now.
This commit is contained in:
parent
d6d61e9db8
commit
ebdc7f1273
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ function _path_prepend(){
|
|||
PATH=:$PATH
|
||||
PATH=$1${PATH//:$1:/:}
|
||||
}
|
||||
_path_prepend ${HOME}/.local/bin
|
||||
_path_prepend "${HOME}"/.local/bin
|
||||
_path_prepend /sbin
|
||||
_path_prepend /usr/sbin
|
||||
_path_prepend /usr/local/bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue