In build_symbolizer.sh we can safely remove the -eu argument from the shebang (which is an unportable construct), as the scripts sets -e and -u already.
Details
Details
Summary
Diff Detail
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Sep 24 2021, 6:39 AM
Closed by commit rG626e2a6c6236: [compiler-rt] Use portable "#!/usr/bin/env bash" shebang for tests. (authored by fcambus, committed by xgupta). · Explain WhySep 24 2021, 6:40 AM
This revision was automatically updated to reflect the committed changes.