Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master quill by Bor Kraljič (92dc69efb5058b1349508762e1bc0a4e094c1c3c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master quill by Bor Kraljič (92dc69efb5058b1349508762e1bc0a4e094c1c3c)
  • Date: Mon, 14 Feb 2011 10:07:47 -0600

GIT changes to master quill by Bor Kraljič <pyrobor AT ver.si>:

var/lib/quill/modules/libdeprecation | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 92dc69efb5058b1349508762e1bc0a4e094c1c3c
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

libdeprecation: the second echo to UP_TRIGGERS has to append

diff --git a/var/lib/quill/modules/libdeprecation
b/var/lib/quill/modules/libdeprecation
index 1bcbfbb..bf87116 100644
--- a/var/lib/quill/modules/libdeprecation
+++ b/var/lib/quill/modules/libdeprecation
@@ -83,7 +83,7 @@ function deprecate() {
done

echo up_trigger $SPELL_NAME dispel_self > UP_TRIGGERS
- echo up_trigger $replacement cast_self > UP_TRIGGERS
+ echo up_trigger $replacement cast_self >> UP_TRIGGERS

chmod u+x $overrides DETAILS UP_TRIGGERS DEPENDS




  • [SM-Commit] GIT changes to master quill by Bor Kraljič (92dc69efb5058b1349508762e1bc0a4e094c1c3c), Bor Kraljič, 02/14/2011

Archive powered by MHonArc 2.6.24.

Top of Page