New commits:
commit 07b6090aab77e746091f0230f8399e0a7aaebfd4
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>
chat-irc/bitlbee: add missing space
Somehow the space between the test brackets ("[[") and the following
variable went missing, and casts would result in some very interesting
"command not found" messages.
if [[ "$BITLBEE_OTR" == "y" ]]
then
- if [["$BITLBEE_OPTS" == *--plugins=1* ]]
+ if [[ "$BITLBEE_OPTS" == *--plugins=1* ]]
then
config_query BITLBEE_OTRPLUGIN "Build OTR support as a plugin?" n &&
[[ "$BITLBEE_OTRPLUGIN" == "y" ]] && BITLBEE_OPTS="$BITLBEE_OPTS
--otr=plugin"
diff --git a/chat-irc/bitlbee/HISTORY b/chat-irc/bitlbee/HISTORY
index 1f46be5..2eb3c69 100644
--- a/chat-irc/bitlbee/HISTORY
+++ b/chat-irc/bitlbee/HISTORY
@@ -1,3 +1,6 @@
+2012-07-01 Justin Boffemmyer <flux AT sourcemage.org>
+ * CONFIGURE: fix missing space
+
2012-06-28 Justin Boffemmyer <flux AT sourcemage.org>
* DETAILS: updated spell to 3.0.5
* CONFIGURE, DEPENDS: updated dependencies and cleaned up a bit
[SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (07b6090aab77e746091f0230f8399e0a7aaebfd4),
Justin Boffemmyer, 07/01/2012