scripts: Fix bundle-linux when RUSTFLAGS is unset (#17218)
it-a-me
created
The install-linux script fails to build when the RUSTFLAGS environment
variable is not set. Bash attempts to expand an empty variable and fails
due to the prior set -u
Closes #17217
Release Notes:
- N/A