From 879a1702998799ba1aa971db80c2ee8cb01cfaa6 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 29 Aug 2008 08:51:52 -0600 Subject: [PATCH] fix bashisms in example script --- debian/changelog | 7 +++++++ examples/dump_on_cd_3/dump_disk | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) 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