aboutsummaryrefslogtreecommitdiff
path: root/xmlproc.sh
diff options
context:
space:
mode:
authorJulian Seward <jseward@acm.org>2006-12-20 22:13:13 +0100
committerJulian Seward <jseward@acm.org>2006-12-20 22:13:13 +0100
commitf10a33538e9bab6deb61779b3d8aae168824ef48 (patch)
treeecd1c2ed553ced58a090e0d8b7b7a20bb7c95c80 /xmlproc.sh
parent4d540bfc95a4b0eefc1d1f388ec33534aaeb3a2f (diff)
downloadbzip2-f10a33538e9bab6deb61779b3d8aae168824ef48.tar.gz
bzip2-f10a33538e9bab6deb61779b3d8aae168824ef48.tar.bz2
bzip2-f10a33538e9bab6deb61779b3d8aae168824ef48.zip
bzip2-1.0.4bzip2-1.0.4
Diffstat (limited to 'xmlproc.sh')
-rwxr-xr-xxmlproc.sh19
1 files changed, 17 insertions, 2 deletions
diff --git a/xmlproc.sh b/xmlproc.sh
index 6fe4d57..5a1f051 100755
--- a/xmlproc.sh
+++ b/xmlproc.sh
@@ -1,5 +1,20 @@
1#!/bin/bash 1#!/bin/bash
2# see the README in this directory for usage etc. 2# see the README file for usage etc.
3#
4# ------------------------------------------------------------------
5# This file is part of bzip2/libbzip2, a program and library for
6# lossless, block-sorting data compression.
7#
8# bzip2/libbzip2 version 1.0.4 of 20 December 2006
9# Copyright (C) 1996-2006 Julian Seward <jseward@bzip.org>
10#
11# Please read the WARNING, DISCLAIMER and PATENTS sections in the
12# README file.
13#
14# This program is released under the terms of the license contained
15# in the file LICENSE.
16# ----------------------------------------------------------------
17
3 18
4usage() { 19usage() {
5 echo ''; 20 echo '';
@@ -45,7 +60,7 @@ export XML_CATALOG_FILES=/etc/xml/catalog
45 60
46# post-processing tidy up 61# post-processing tidy up
47cleanup() { 62cleanup() {
48 echo "Cleaning up: # $@" 63 echo "Cleaning up: $@"
49 while [ $# != 0 ] 64 while [ $# != 0 ]
50 do 65 do
51 arg=$1; shift; 66 arg=$1; shift;