We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ac538 commit cf0b153Copy full SHA for cf0b153
scripts/build_als.sh
@@ -172,7 +172,7 @@ function build_langkit_raw() {
172
173
# Export the environment needed to use langkit into a file for later
174
# usage
175
- python manage.py setenv >"$LANGKIT_SETENV"
+ python manage.py printenv >"$LANGKIT_SETENV"
176
177
if [[ $NODE_ARCH_PLATFORM == "x64/win32" ]]; then
178
# Fix setenv.sh to be bash script for MSYS2 by replacing
0 commit comments