remove bashism "read -s" from chroot-script
authorChristian Hofstaedtler <ch@grml.org>
Mon, 18 Oct 2010 12:17:57 +0000 (14:17 +0200)
committerChristian Hofstaedtler <ch@zeha.at>
Mon, 18 Oct 2010 12:39:44 +0000 (14:39 +0200)
commitfc4a1cdb9f4b022a4f7ff5e292ad9e20e0ca6df6
tree2c33742bf054814c9cae49bb67f831abad6ee327
parentd0bc58a42b08cbf02501294ff85ee126ae69a7a4
remove bashism "read -s" from chroot-script

chroot-script runs in target, which might very well use dash, which
doesn't have "read -s". Patch based on mira's recommendations.
chroot-script
debian/changelog