]> git.notmuchmail.org Git - notmuch/commitdiff
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)
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.


No differences found