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 cd74bb3 commit 236aa3eCopy full SHA for 236aa3e
judge/compile.sh
@@ -139,10 +139,10 @@ logmsg $LOG_INFO "starting compile"
139
140
# shellcheck disable=SC2236
141
if [ ! -z "$ENTRY_POINT" ]; then
142
- ENVIRONMENT_VARS="-V ENTRY_POINT=$ENTRY_POINT"
+ ENVIRONMENT_VARS="-V ENTRY_POINT=\"$ENTRY_POINT\""
143
fi
144
if [ -n "$DEBUG" ]; then
145
- ENVIRONMENT_VARS="$ENVIRONMENT_VARS -V DEBUG=$DEBUG"
+ ENVIRONMENT_VARS="$ENVIRONMENT_VARS -V DEBUG=\"$DEBUG\""
146
147
148
# First compile to 'source' then rename to 'program' to avoid problems with
0 commit comments