diff options
| author | Vladimir Sedach <vas@oneofus.la> | 2018-01-24 19:30:04 -0800 |
|---|---|---|
| committer | Vladimir Sedach <vas@oneofus.la> | 2018-01-24 19:30:04 -0800 |
| commit | a28faf047ff981f3f36147d36c9e422e25c58f0b (patch) | |
| tree | 4838acf06cf1561c948c96956fb0c99469a57136 /autogen.sh | |
| parent | 97ad4baea740b704b6318c25e63e4ce1c938f950 (diff) | |
Replace Bash-specific [[]] with POSIX sh [] in autogen.sh
Diffstat (limited to 'autogen.sh')
| -rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ test -f mu/mu.cc || { } command -V autoreconf > /dev/null -if [[ $? != 0 ]]; then +if [ $? != 0 ]; then echo "*** No autoreconf found, please install it ***" exit 1 fi |
