aboutsummaryrefslogtreecommitdiff
path: root/http-status-codes/extend.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-05-14 00:16:04 +0200
committerChristian Grothoff <christian@grothoff.org>2020-05-14 00:16:04 +0200
commite1b5f8e912b3aaca1719c5fd08c2152d9f7d5113 (patch)
treef2fd32f8d33ebbd21107d75547c29946fe21375c /http-status-codes/extend.sh
parentd62efd6aaa7a408e04484f26d97b3b74114cc4b6 (diff)
downloadgana-e1b5f8e912b3aaca1719c5fd08c2152d9f7d5113.tar.gz
gana-e1b5f8e912b3aaca1719c5fd08c2152d9f7d5113.zip
start taler EC registry
Diffstat (limited to 'http-status-codes/extend.sh')
-rwxr-xr-xhttp-status-codes/extend.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/http-status-codes/extend.sh b/http-status-codes/extend.sh
index 679d541..ac09d89 100755
--- a/http-status-codes/extend.sh
+++ b/http-status-codes/extend.sh
@@ -8,7 +8,7 @@ cat "$@" > ${TARGET}
8 8
9for n in `seq 100 599` 9for n in `seq 100 599`
10do 10do
11 VAL=`recsel -e "Value = $n" -P Description iana.rec || true` 11 VAL=`recsel -e "Value = $n" -P Description iana.tmp || true`
12 CAPS=`echo ${VAL} | tr [a-z] [A-Z] | tr " -" "__"` 12 CAPS=`echo ${VAL} | tr [a-z] [A-Z] | tr " -" "__"`
13 recset -f Identifier -a "${CAPS}" -e "Value = $n" ${TARGET} 13 recset -f Identifier -a "${CAPS}" -e "Value = $n" ${TARGET}
14done 14done