commit | 3c97e1e457033bbb8bbe0b7198bd13fc794a12b0 | [log] [tgz] |
---|---|---|
author | Petr Viktorin <encukou@gmail.com> | Wed Mar 11 14:27:42 2020 +0100 |
committer | GitHub <noreply@github.com> | Wed Mar 11 14:27:42 2020 +0100 |
tree | b968f087b7e12cb83c3e9e8ab569b5bfcb6f7fe0 | |
parent | 2dd41740c97bd77695ddcc590caa7f53e76dc35a [diff] |
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.