From 8f5a7b54eb953bbfc877ec915e26b3a95ec28d00 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Sun, 21 Feb 2010 23:00:56 +0000 Subject: New updater with 3x reduced footprint and fully W7 and x64 compatible git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@476 4f64403b-2f21-0410-a795-97e2b3489a10 --- updater/bzip2-1.0.3/xmlproc.sh | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'updater/bzip2-1.0.3/xmlproc.sh') diff --git a/updater/bzip2-1.0.3/xmlproc.sh b/updater/bzip2-1.0.3/xmlproc.sh index 6fe4d57..5384177 100644 --- a/updater/bzip2-1.0.3/xmlproc.sh +++ b/updater/bzip2-1.0.3/xmlproc.sh @@ -1,5 +1,20 @@ #!/bin/bash -# see the README in this directory for usage etc. +# see the README file for usage etc. +# +# ------------------------------------------------------------------ +# This file is part of bzip2/libbzip2, a program and library for +# lossless, block-sorting data compression. +# +# bzip2/libbzip2 version 1.0.5 of 10 December 2007 +# Copyright (C) 1996-2007 Julian Seward +# +# Please read the WARNING, DISCLAIMER and PATENTS sections in the +# README file. +# +# This program is released under the terms of the license contained +# in the file LICENSE. +# ---------------------------------------------------------------- + usage() { echo ''; @@ -45,7 +60,7 @@ export XML_CATALOG_FILES=/etc/xml/catalog # post-processing tidy up cleanup() { - echo "Cleaning up: # $@" + echo "Cleaning up: $@" while [ $# != 0 ] do arg=$1; shift; -- cgit v1.2.3