Description: fix bashisms in dump_disk example script Three conditionals in the examples/dump_on_cd_3/dump_disk are fixed to avoid bash-specific syntax. Author: Chris Lamb Reviewed-by: Bdale Garbee Bug-Debian: http://bugs.debian.org/489570 --- dump-0.4b44.orig/examples/dump_on_cd_3/dump_disk +++ dump-0.4b44/examples/dump_on_cd_3/dump_disk @@ -55,14 +55,14 @@ write_output() { while [ "$ANSWER" != "y" ] ; do echo -n "Is the disk ready? (y/n) " read