From: Thomas Berezansky Date: Mon, 13 Jun 2011 13:20:31 +0000 (-0400) Subject: Updater apparently reads extensionVersion X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d4c53bb0a18d08d1de46562b4dec9b26ffc6a5ef;p=evergreen%2Fjoelewis.git Updater apparently reads extensionVersion Without it no updates are ever found. :( Signed-off-by: Thomas Berezansky Signed-off-by: Jason Etheridge --- diff --git a/Open-ILS/updates/check b/Open-ILS/updates/check index 86038bc678..3618932275 100755 --- a/Open-ILS/updates/check +++ b/Open-ILS/updates/check @@ -22,7 +22,7 @@ if [ -f "$UPDATE_LOC/patch/${CHANNEL}VERSION" ]; then [ -n "$DETAILSURL" ] && DETAILSURL=" detailsURL=\"$DETAILSURL\"" if [ -n "$CURVERSION" -a "$VERSION" != "$CURVERSION" ]; then if [ -f "$UPDATE_LOC/pub/${CHANNEL}$CURVERSION.mar" -a -f "$UPDATE_LOC/patch/${CHANNEL}$CURVERSION.patchline" ]; then - echo "" + echo "" sed -e "s|URL=\"|URL=\"$URLBASE|" "$UPDATE_LOC/patch/${CHANNEL}$CURVERSION.patchline" if [ -f "$UPDATE_LOC/pub/${CHANNEL}$VERSION-$CURVERSION.mar" -a -f "$UPDATE_LOC/patch/${CHANNEL}$VERSION-$CURVERSION.patchline" ]; then sed -e "s|URL=\"|URL=\"$URLBASE|" "$UPDATE_LOC/patch/${CHANNEL}$VERSION-$CURVERSION.patchline"