From 4b887108eb5729a52907d25bf1cc5307e86798fc Mon Sep 17 00:00:00 2001 From: Jorrit Herder Date: Fri, 17 Jun 2005 09:36:08 +0000 Subject: [PATCH] Removed duplicate 'done' output after calling readall. --- commands/scripts/setup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/scripts/setup.sh b/commands/scripts/setup.sh index a264703b9..236a44ff5 100755 --- a/commands/scripts/setup.sh +++ b/commands/scripts/setup.sh @@ -275,7 +275,6 @@ Scanning /dev/$usr for bad blocks. (Hit DEL to stop the scan if you are absolutely sure that there can not be any bad blocks. Otherwise just wait.)" trap ': nothing' 2 readall -b /dev/$usr | sh -echo "Scan done" sleep 2 trap 2