]> git.notmuchmail.org Git - notmuch/commit
configure: Fix syntax error (spaces in assignment).
authorGregor Hoffleit <gregor@hoffleit.de>
Thu, 15 Apr 2010 09:51:47 +0000 (11:51 +0200)
committerCarl Worth <cworth@cworth.org>
Fri, 16 Apr 2010 02:45:11 +0000 (19:45 -0700)
commit18433e4affa0124b5081fc57f652c832df9e9bb2
tree00c79900a9ce693e1f2c6104c81da233139fb26c
parent2805a243b5564bb99196923f96118ace4c55e870
configure: Fix syntax error (spaces in assignment).

Before and after the assignment operator, no spaces are allowed.
I don't know if there are any /bin/sh which allow spaces, but at least
in bash, csh and zsh, the former code was no valid assigment.
configure