File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -353,10 +353,10 @@ def getShellVariableSetters(shellVariables):
353
353
echo "error: invoking meson without --buildtype argument"
354
354
echo "note: you probably want --buildtype=release or --buildtype=debugoptimized"
355
355
exit 1
356
- elif [[ "$*" = *buildtype=release* ]] && [ -n $DEBUG_INFO_PACKAGES ]; then
356
+ elif [[ "$*" = *buildtype=release* ]] && [ -n " $DEBUG_INFO_PACKAGES" ]; then
357
357
echo "error: invoking meson with --buildtype=release with debug info packages specified"
358
358
exit 1
359
- elif [[ "$*" = *buildtype=debugoptimized* ]] && [ -z $DEBUG_INFO_PACKAGES ]; then
359
+ elif [[ "$*" = *buildtype=debugoptimized* ]] && [ -z " $DEBUG_INFO_PACKAGES" ]; then
360
360
echo "error: invoking meson with --buildtype=debugoptimized without debug info packages specified"
361
361
exit 1
362
362
fi
You can’t perform that action at this time.
0 commit comments