Uh oh!
There was an error while loading. Please reload this page.
Use bash in configure - #25889
Conversation
tshepang
commented
May 30, 2015
Does the script fail with dash? |
sfackler
commented
May 30, 2015
It fails with Solaris's sh, at the very least: #25845 |
globin
commented
May 30, 2015
Please use |
sfackler
commented
May 31, 2015
Is the path to |
globin
commented
May 31, 2015
http://en.wikipedia.org/wiki/Shebang_%28Unix%29#Portability I am mostly using NixOS which only has |
Many *NIXes alias /bin/sh to bash, but not all do, and this is a bash script, not an sh script.
steveklabnik
commented
May 31, 2015
Good call @globin |
brson
commented
Jun 1, 2015
This has always been intended to be a |
brson
commented
Jun 3, 2015
I want to keep aiming for sh compatibility for the time being. |
Many *NIXes alias /bin/sh to bash, but not all do, and this is
a bash script, not an sh script.
r? @brson