-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runtime environments being split across multiple lines #902
Comments
pkgx +aspell
ASPELL_CONF=dict-dir /Users/mxcl/.pkgx/aspell.net/v0.60.8/lib/aspell-0.60; ${ASPELL_CONF}
PATH=/Users/mxcl/.pkgx/aspell.net/v0.60.8/bin:${PATH}
CPATH=/Users/mxcl/.pkgx/aspell.net/v0.60.8/include:${CPATH}
LIBRARY_PATH=/Users/mxcl/.pkgx/aspell.net/v0.60.8/lib:${LIBRARY_PATH}
XDG_DATA_DIRS=/Users/mxcl/.pkgx/aspell.net/v0.60.8/share:${XDG_DATA_DIRS}
MANPATH=/Users/mxcl/.pkgx/aspell.net/v0.60.8/share/man:${MANPATH}:/usr/share/man
LD_LIBRARY_PATH=/Users/mxcl/.pkgx/aspell.net/v0.60.8/lib:${LD_LIBRARY_PATH}
DYLD_FALLBACK_LIBRARY_PATH=/Users/mxcl/.pkgx/aspell.net/v0.60.8/lib:${DYLD_FALLBACK_LIBRARY_PATH} No newlines. Brewkit uses
Edit: UpdateSo inside the script here is the way we add aspell to the testbed env: eval "$(CLICOLOR_FORCE=1 /path/to/pkgx "+aspell.net=0.60.8.1")" || exit $? Which when run manually gives:
So I don’t see how we are getting newlines here. However the output from ConclusionEither fix |
It's a brewkit regression, but pkgx itself has always behaved this way. |
aspell
libvips
(from mpi)
this is a regression.
The text was updated successfully, but these errors were encountered: