Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (488f2a3f7655337a7881877607a3b98b7912466e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (488f2a3f7655337a7881877607a3b98b7912466e)
  • Date: Sat, 10 Oct 2009 09:37:41 -0500

GIT changes to master sorcery by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 1 +
usr/sbin/gaze | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 488f2a3f7655337a7881877607a3b98b7912466e
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

gaze: quote $SHORT to prevent glob expansion #15460

diff --git a/ChangeLog b/ChangeLog
index c575453..4b9c0f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@
appropriate #10750
* sorcery, libdepends: added option to show a spell description option
in queries for optional dependencies #14675, patch by Bor Kraljič
+ * gaze: quote $SHORT to prevent glob expansion #15460

2009-09-04 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* api2: fixed two debug statements
diff --git a/usr/sbin/gaze b/usr/sbin/gaze
index c27b279..d729199 100755
--- a/usr/sbin/gaze
+++ b/usr/sbin/gaze
@@ -1501,7 +1501,7 @@ function gaze_show_short_description() {
message "${SPELL_COLOR}${spell}:${DEFAULT_COLOR}"
(
codex_set_current_spell_by_name $spell &&
- echo $SHORT
+ echo "$SHORT"
) ||
{ message "No details found! Please file a bug!"
return 1



  • [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (488f2a3f7655337a7881877607a3b98b7912466e), Jaka Kranjc, 10/10/2009

Archive powered by MHonArc 2.6.24.

Top of Page