From: Bdale Garbee Date: Fri, 29 Aug 2008 14:51:52 +0000 (-0600) Subject: fix bashisms in example script X-Git-Tag: debian/0.4b41-6~3 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=879a1702998799ba1aa971db80c2ee8cb01cfaa6;p=debian%2Fdump fix bashisms in example script --- diff --git a/debian/changelog b/debian/changelog index 13c1129..a09ce4e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +dump (0.4b41-6) unstable; urgency=high + + * increase urgency since this minor fix would be good for lenny + * fix bashisms in example shell script, closes: #489570 + + -- Bdale Garbee Fri, 29 Aug 2008 08:51:32 -0600 + dump (0.4b41-5) unstable; urgency=low * eliminate debian/po in the source tree since it is no longer relevant, diff --git a/examples/dump_on_cd_3/dump_disk b/examples/dump_on_cd_3/dump_disk index 3e9200d..37041b2 100755 --- a/examples/dump_on_cd_3/dump_disk +++ b/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