[SM-Commit] GIT changes to master quill by Andraž Levstik (bd597de3b2ca4e8f4bac9ddb2ac1ac57f2d0725e)

Andraž Levstik scm at sourcemage.org
Sun Apr 22 19:39:48 EDT 2007


GIT changes to master quill by Andraž Levstik <ruskie at mages.ath.cx>:

 var/lib/quill/ChangeLog       |    3 +++
 var/lib/quill/modules/libcore |    1 +
 var/lib/quill/version         |    2 +-
 3 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit bd597de3b2ca4e8f4bac9ddb2ac1ac57f2d0725e
Author: Andraž Levstik <ruskie at mages.ath.cx>
Commit: Andraž Levstik <ruskie at mages.ath.cx>

    libcore: create spell dir if not there

diff --git a/var/lib/quill/ChangeLog b/var/lib/quill/ChangeLog
index e49c2d3..052e35f 100644
--- a/var/lib/quill/ChangeLog
+++ b/var/lib/quill/ChangeLog
@@ -1,3 +1,6 @@
+2007-04-23 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* libcore: created the spell dir if it's not there in quill_rc
+
 2007-04-20 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
 	* libcopy: don't make assumptions about dir count in copy_new_to_git
 	  fix validation looping not to print an error the first time
diff --git a/var/lib/quill/modules/libcore b/var/lib/quill/modules/libcore
index ec823d5..db570e6 100644
--- a/var/lib/quill/modules/libcore
+++ b/var/lib/quill/modules/libcore
@@ -128,6 +128,7 @@ QUA
     exit 0
   else
      . $QUILL_QUILLRC
+     mkdir -vp $QUILL_SPELL_DIR
   fi
 }
 
diff --git a/var/lib/quill/version b/var/lib/quill/version
index 28149bb..9e53921 100644
--- a/var/lib/quill/version
+++ b/var/lib/quill/version
@@ -1 +1 @@
-0.2.4-rc17
+0.2.4-rc18



More information about the SM-Commit mailing list