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