SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

bpo-39761: Fix dtrace build with empty $DFLAGS (GH-18766)

This fixes a regression introduced in bpo-38960.

When DFLAGS was empty, "$DFLAGS" results in an empty argument ("").
Without the quotes, an empty variable will be ignored by the shell.
P
Petr Viktorin committed
3c97e1e457033bbb8bbe0b7198bd13fc794a12b0
Parent: 2dd4174
Committed by GitHub <noreply@github.com> on 3/11/2020, 1:27:42 PM