[SM-Commit] GIT changes to master =?unknown-8bit?Q?qui?= =?unknown-8bit?Q?ll_by_Andra=C5?= =?unknown-8bit?Q?=BE?= Levstik (ab0f022056640c97b7115cb7e209a8fb59ef46aa)
=?unknown-8bit?Q?Andra=C5=BE?= Levstik
scm at mail.sourcemage.org
Mon Mar 5 17:58:29 EST 2007
GIT changes to master quill by Andraž Levstik <ruskie at mages.ath.cx>:
var/lib/quill/ChangeLog | 2 +-
var/lib/quill/modules/libdetails | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit ab0f022056640c97b7115cb7e209a8fb59ef46aa
Author: Andraž Levstik <ruskie at mages.ath.cx>
Commit: Andraž Levstik <ruskie at mages.ath.cx>
fixed another typo... NOT MY DAY
diff --git a/var/lib/quill/ChangeLog b/var/lib/quill/ChangeLog
index 35fb066..6f82726 100644
--- a/var/lib/quill/ChangeLog
+++ b/var/lib/quill/ChangeLog
@@ -1,7 +1,7 @@
2007-03-05 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
* libdetails: minor fixes to the src dir hunt code and
to the sf misc code, forgot a \, hopefully it will work now
- properly, fixed a typo
+ properly, fixed a typo, another typo... NOT MY DAY
* libperlcpan: check if the current files are out of date by
more than a day then reload if necessary
diff --git a/var/lib/quill/modules/libdetails b/var/lib/quill/modules/libdetails
index 0a49b65..9a773d1 100644
--- a/var/lib/quill/modules/libdetails
+++ b/var/lib/quill/modules/libdetails
@@ -181,7 +181,7 @@ function hunt_src_dir(){
message "Checking for the source directory..."
compressor=$(guess_compressor ${QUILL_TMP_DIR}/${SPELL_SRC_FILE})
case "$compressor" in
- bzip2|gzip|compress*|tar) SPELL_SRC_DIR=$(tar vtf "${QUILL_TMP_DIR}/${SPELL_SRC_FILE}" | \
+ bzip2|gzip|compress*|tar) SPELL_SRC_DIR=$(tar tf "${QUILL_TMP_DIR}/${SPELL_SRC_FILE}" | \
grep / | \
sed -e "s=/.*$==g;q") || \
(error_msg "Error: getting path from tarball" && \
More information about the SM-Commit
mailing list