Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master quill by Jaka Kranjc (bd5b43724999b9a478002009a8912b8c64361398)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master quill by Jaka Kranjc (bd5b43724999b9a478002009a8912b8c64361398)
  • Date: Sat, 17 Mar 2007 04:52:00 -0500

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

var/lib/quill/modules/libupdate | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)

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

a little oversight

diff --git a/var/lib/quill/modules/libupdate b/var/lib/quill/modules/libupdate
index e06d899..533020e 100644
--- a/var/lib/quill/modules/libupdate
+++ b/var/lib/quill/modules/libupdate
@@ -272,8 +272,7 @@ function ask_and_copy_over()
function multiversion_check()
{
local suggestions
- # we uniqed the versions, as we can't handle dupes, so we need a double
check
- if [[ ${#versions[@]} != 1 || $(grep -c "\<VERSION=" DETAILS) != 1 ]]
+ if [[ ${#versions[@]} != 1 ]]
then #we have a problem
message "Oh dear, detected a multiversion spell. Going to cat DETAILS
for you "
message "and then you will tell me which variable I need to set, so I
can get "



  • [SM-Commit] GIT changes to master quill by Jaka Kranjc (bd5b43724999b9a478002009a8912b8c64361398), Jaka Kranjc, 03/17/2007

Archive powered by MHonArc 2.6.24.

Top of Page