]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Makefile/upload-tarballs: remove bash-ism in shell conditional
authorBrian Warner <warner@lothar.com>
Mon, 31 Oct 2011 00:47:21 +0000 (17:47 -0700)
committerBrian Warner <warner@lothar.com>
Mon, 31 Oct 2011 00:47:21 +0000 (17:47 -0700)
commit0a9d6e1db0d540c443e3110af2a5857c55b9bbcc
treedfb922c0199c566efc43a93a5872d7160bd820ec
parent05dbb1cf869739219673a9824a21cc1bdfaf1554
Makefile/upload-tarballs: remove bash-ism in shell conditional

The "[" command is defined to accept "=" as an is-equal test. Bash extends
this to accept "==" too, but normal /bin/sh does not. I think this command
was developed on a box where /bin/sh is bash, but on standard ubuntu boxes,
/bin/sh is a smaller+faster non-Bash shell, and this gave "[: 1: X:
unexpected operator" errors.
Makefile