From ddccef49cb577628ec86254e26c063c758bdf822 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 10 Jun 2011 11:15:40 -0600 Subject: [PATCH] only one remaining patch to upstream source for now --- debian/patches/bashism_in_examples | 26 ++++++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 27 insertions(+) create mode 100644 debian/patches/bashism_in_examples create mode 100644 debian/patches/series diff --git a/debian/patches/bashism_in_examples b/debian/patches/bashism_in_examples new file mode 100644 index 0000000..7fcd6c1 --- /dev/null +++ b/debian/patches/bashism_in_examples @@ -0,0 +1,26 @@ +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: 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