summaryrefslogtreecommitdiffstats
path: root/hcachever.sh.in
diff options
context:
space:
mode:
authorRocco Rutte <pdmef@gmx.net>2008-01-14 22:45:41 +0100
committerRocco Rutte <pdmef@gmx.net>2008-01-14 22:45:41 +0100
commitb23b93f74a732e432f4f7cdeea1106ff68357028 (patch)
treeaafc9698f53a5dbbca38d2078d812e4e181314ec /hcachever.sh.in
parentba98f8de9457ec14cb6045257d2fdc91c8c9b3f0 (diff)
hcache: use HEADER for version calculation too
Diffstat (limited to 'hcachever.sh.in')
-rwxr-xr-xhcachever.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcachever.sh.in b/hcachever.sh.in
index 41ade134..7e3c06bd 100755
--- a/hcachever.sh.in
+++ b/hcachever.sh.in
@@ -60,7 +60,7 @@ getstruct () {
done
case $STRUCT in
- ADDRESS|LIST|BUFFER|PARAMETER|BODY|ENVELOPE)
+ ADDRESS|LIST|BUFFER|PARAMETER|BODY|ENVELOPE|HEADER)
BODY=`cleanbody "$BODY"`
echo "$STRUCT: $BODY"
;;