[gtk-osx] Escape the $ in the path setting inside bin/jhbuild.



commit 570dba50334f1d2ed9c5b392fc7a43681c5510fc
Author: John Ralls <jralls ceridwen us>
Date:   Tue Feb 15 21:07:15 2022 -0800

    Escape the $ in the path setting inside bin/jhbuild.
    
    So that it will use the 
/Users/john/Development/Gramps-Build/gramps-51-tarball-10.12-x86_64/inst/bin:/Users/john/.local/share/virtualenvs/etc-vauAPygS/bin:/Users/john/.local/share/pyenv/shims:/Users/john/.local/bin:/usr/local/bin:/bin:/usr/bin:/sbin:/usr/sbin
 at runtime instead of at config time.

 gtk-osx-setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk-osx-setup.sh b/gtk-osx-setup.sh
index ac0f753..81bda9b 100755
--- a/gtk-osx-setup.sh
+++ b/gtk-osx-setup.sh
@@ -188,7 +188,7 @@ export PIPENV_DOTENV_LOCATION="$DEVPREFIX/etc/pipenv-env"
 export PIPENV_PIPFILE="$DEVPREFIX/etc/Pipfile"
 export PYENV_ROOT="$PYENV_ROOT"
 export PYENV_PYTHON_VERSION="$PYENV_PYTHON_VERSION"
-export PATH="$PYENV_ROOT/shims:$PATH"
+export PATH="$PYENV_ROOT/shims:\$PATH"
 export CARGO_HOME="$CARGO_HOME"
 export RUSTUP_HOME="$RUSTUP_HOME"
 export WORKON_HOME="$WORKON_HOME"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]