mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
refactor!(posix): replace simple [[ with [ (partial fix for #465)
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ set -e
|
||||
set -u
|
||||
|
||||
__init_python() {
|
||||
if [[ ! -x "${HOME}/.pyenv/bin/pyenv" ]]; then
|
||||
if [ ! -x "${HOME}/.pyenv/bin/pyenv" ]; then
|
||||
"${HOME}/.local/bin/webi" "pyenv"
|
||||
fi
|
||||
export PATH="${HOME}/.pyenv/bin:${PATH}"
|
||||
|
||||
Reference in New Issue
Block a user