]> git.cworth.org Git - notmuch/commit
config: add quoting to fix IFS bug
authorJameson Graef Rollins <jrollins@finestructure.net>
Sat, 2 Jun 2012 18:16:01 +0000 (11:16 -0700)
committerDavid Bremner <bremner@debian.org>
Sun, 3 Jun 2012 16:26:44 +0000 (13:26 -0300)
commit12772b67620de6cf06c368f57fa3eb6e128b1ca3
tree8a5fdc9a4ce4d721edacdbc8d96391fc681a870a
parent5973881b771b4da489a365572152c44e21c329eb
config: add quoting to fix IFS bug

Without proper quoting the DEFAULT_IFS was getting set incorrectly,
which was causing problems with the storage of some variables later in
the script.  Quoting fixes the problem.
configure