]> git.ipfire.org Git - thirdparty/systemd.git/commit
build-sys/autogen: don't use bashisms (#4489)
authorEvgeny Vereshchagin <evvers@ya.ru>
Tue, 25 Oct 2016 23:39:48 +0000 (02:39 +0300)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 25 Oct 2016 23:39:48 +0000 (19:39 -0400)
commit2b7466a22b897c7c30550f3572fbdd7bc77554ec
tree9d7b9b18e30bef5cef52b1cdf370b58009daec36
parent803467c46dd409bef0280f37a4c1555f7b997b5c
build-sys/autogen: don't use bashisms (#4489)

Fixes:
$ ls -l /bin/sh
lrwxrwxrwx 1 root root 4 Feb 17  2016 /bin/sh -> dash

$ ./autogen.sh c
./autogen.sh: 22: ./autogen.sh: [[: not found
...
checking whether make supports nested variables... (cached) yes
checking build system type... Invalid configuration `c': machine `c' not
recognized
configure: error: /bin/bash build-aux/config.sub c failed

this is a follow-up for a5e739a570081231
autogen.sh