We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4039e9 commit ad63258Copy full SHA for ad63258
scripts/setup-workspace.sh
@@ -157,12 +157,12 @@ else
157
fi
158
159
log "Writing environment to $ENV_FILE"
160
-cat > "$ENV_FILE" <<'ENV'
+cat > "$ENV_FILE" <<EOF
161
export JAVA_HOME="$JAVA_HOME"
162
export JAVA17_HOME="$JAVA17_HOME"
163
export MAVEN_HOME="$MAVEN_HOME"
164
export PATH="\$JAVA_HOME/bin:\$MAVEN_HOME/bin:\$PATH"
165
-ENV
+EOF
166
167
log "Workspace environment file metadata"
168
if [ -f "$ENV_FILE" ]; then
0 commit comments