From: Jorrit Herder Date: Fri, 17 Jun 2005 09:36:08 +0000 (+0000) Subject: Removed duplicate 'done' output after calling readall. X-Git-Tag: v3.1.0~749 X-Git-Url: http://zhaoyanbai.com/repos/nsupdate.html?a=commitdiff_plain;h=4b887108eb5729a52907d25bf1cc5307e86798fc;p=minix.git Removed duplicate 'done' output after calling readall. --- 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