Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master quill by Andra?? Levstik (97304696c56afa84572d1df2fb11252dcd84b9a3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master quill by Andra?? Levstik (97304696c56afa84572d1df2fb11252dcd84b9a3)
  • Date: Sun, 25 Feb 2007 11:26:47 -0600

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

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

New commits:
commit 97304696c56afa84572d1df2fb11252dcd84b9a3
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

fixed syntax error... not touching any more code today... my brain isn't
working as it should

diff --git a/var/lib/quill/modules/libdetails
b/var/lib/quill/modules/libdetails
index 5346ffd..8fdc0ad 100644
--- a/var/lib/quill/modules/libdetails
+++ b/var/lib/quill/modules/libdetails
@@ -165,7 +165,7 @@ fi
function hunt_src_dir(){
local compressor
message "Checking for the source directory..."
- compressor=$(guess_compressor ${QUILL_TMP_DIR}/${SPELL_SRC_FILE}
+ compressor=$(guess_compressor ${QUILL_TMP_DIR}/${SPELL_SRC_FILE})
case "$compresor" in
bzip2|gzip|compress*|tar) SPELL_SRC_DIR=$(tar tf
"${QUILL_TMP_DIR}/${SPELL_SRC_FILE}" | \
grep / | \



  • [SM-Commit] GIT changes to master quill by Andra?? Levstik (97304696c56afa84572d1df2fb11252dcd84b9a3), Andra?? Levstik, 02/25/2007

Archive powered by MHonArc 2.6.24.

Top of Page