make work again and remove debug info

This commit is contained in:
Love Hornquist Astrand
2009-07-19 21:34:26 -07:00
parent 7e4854250e
commit 5bb9a31a9a

View File

@@ -48,8 +48,8 @@ hprop="../../kdc/hprop"
hpropd="../../kdc/hpropd"
type="${1}"
typesep="${type+:}"
typeconf="${type+-}"
typesep="${type:+:}"
typeconf="${type:+-}"
propdb="${hprop} --database=${type}${typesep}./current-db -n"
@@ -82,8 +82,6 @@ rm -f current-db*
${kadmin} load ${srcdir}/text-dump-0.7 || exit 1
${propdb} > db-dump.tmp|| exit 1
rm -f current-db*
echo "${propddb} < db-dump.tmp"
bash
${propddb} < db-dump.tmp || exit 1
${kadmin} dump | sort | sed 's/[0-9]* -$//' > out-text-dump-0.7 || exit 1
sort < ${srcdir}/text-dump-0.7 | \