diff options
Diffstat (limited to 'xmlproc.sh')
-rwxr-xr-x | xmlproc.sh | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -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 | ||
4 | usage() { | 19 | usage() { |
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 |
47 | cleanup() { | 62 | cleanup() { |
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; |