Closed jkremser closed 2 years ago
Waiting for approval from someone in the solo-io org to start testing.
looks like this broke our standard installation script -- can you try using the install script in sh
instead of bash
?
we'll revert this change for now
Thanks @lgadban! This change did break my env today during a live demo at ossummit as I don't have shopt.
man page says:
Aliases are not expanded when the shell is not interactive, unless the expand_aliases shell option is set using shopt (see the descriptioin of shopt under SHELL BUILTIN COMMANDS below).
When using the install script on ubuntu I am getting this:
shopt -s expand_aliases
fixes this issueSigned-off-by: Jirka Kremser jiri.kremser@gmail.com