Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (07b6090aab77e746091f0230f8399e0a7aaebfd4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (07b6090aab77e746091f0230f8399e0a7aaebfd4)
  • Date: Sun, 1 Jul 2012 08:51:15 -0500

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

chat-irc/bitlbee/CONFIGURE | 2 +-
chat-irc/bitlbee/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

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.

diff --git a/chat-irc/bitlbee/CONFIGURE b/chat-irc/bitlbee/CONFIGURE
index b9ebedb..a8648b8 100755
--- a/chat-irc/bitlbee/CONFIGURE
+++ b/chat-irc/bitlbee/CONFIGURE
@@ -20,7 +20,7 @@ config_query BITLBEE_OTR "Enable off-the-record (OTR)
encryption support?" y &&

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

Archive powered by MHonArc 2.6.24.

Top of Page