On Apr 9, Paul Wade wrote : On Wed, 9 Apr 1997, Heiko Schlittermann wrote: : : > : > Or wait for a new release of the bind package ;-) : I can't seem to find a '}' anywhere near line 120.
1 #!/bin/sh -e
2 #
3 # Debian package postinst
4 # Version 1.2
5 #
6 # Robert Leslie <[EMAIL PROTECTED]>
7
8 case "$1" in
9 configure)
10 # continue below
....
91 while read line
92 do
93 set -- `echo "$line" | tr A-Z a-z`
94 test $# -gt 0 || { echo "" >&3; continue }
95
96 case "$1" in
Line 94.
Heiko
--
email : [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]
pgp : A1 7D F6 7B 69 73 48 35 E1 DE 21 A7 A8 9A 77 92
finger: [EMAIL PROTECTED] [EMAIL PROTECTED]
pgpHN230n7eR9.pgp
Description: PGP signature

