Overview
Request 1104202 accepted
- export CONFIG_SHELL=/bin/sh before running configure: results in
the shell script (zcat/zgrep/…) to receive a /bin/sh shebang
instead of requiring bash (the local shell used to build).
- Use for i in $(seq 1 9) instead of bashism for in in {1..9}, and
drop buildshell definition to require bash.
Loading...
Request History
dimstar created request
- export CONFIG_SHELL=/bin/sh before running configure: results in
the shell script (zcat/zgrep/…) to receive a /bin/sh shebang
instead of requiring bash (the local shell used to build).
- Use for i in $(seq 1 9) instead of bashism for in in {1..9}, and
drop buildshell definition to require bash.
dspinella accepted request
Thank you!
@dspinella, @msmeissn: review reminder