]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
autogen.sh: use POSIX comparison for test 442/head
authorPeter A. Bigot <pab@pabigot.com>
Wed, 19 Feb 2014 00:31:01 +0000 (18:31 -0600)
committerPeter A. Bigot <pab@pabigot.com>
Wed, 19 Feb 2014 00:31:01 +0000 (18:31 -0600)
commit929e72330cad743794fe149a9f8e2fc1216ad16d
treeb7147efcdf5bf6ff40cdbbd073dd4bb11355d782
parente21da101402ffe37281e2df24e693aaf723d3f38
autogen.sh: use POSIX comparison for test

Although bash recognizes ==, and the shell has a shebang to use it, some
of us still automatically type "sh autogen.sh" instead of
"./autogen.sh", and this breaks on debian/jessie where /bin/sh is not
bash.  The fix is trivial and should be safe for bash too (which
recommends using = instead of == with the test command for POSIX
conformance.
autogen.sh