[gtk-osx: 9/48] Fix inserting into .local/bin/jhbuild.



commit c4d31b10bc16b6c04778887248cae72c89de83da
Author: John Ralls <jralls ceridwen us>
Date:   Fri Nov 9 12:38:26 2018 +0900

    Fix inserting  into .local/bin/jhbuild.

 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 39a32ba..c3270af 100755
--- a/gtk-osx-setup.sh
+++ b/gtk-osx-setup.sh
@@ -152,7 +152,7 @@ export PYENV_ROOT=$PYENV_ROOT
 export CFLAGS="-I$(xcrun --show-sdk-path)/usr/include"
 export PYTHON_CONFIGURE_OPTS="--enable-shared"
 
-exec pipenv run jhbuild '$@'
+exec pipenv run jhbuild \$@
 EOF
 fi
 if test ! -d $DEVPREFIX/libexec ; then


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