]> Zhao Yanbai Git Server - minix.git/commitdiff
Removed duplicate 'done' output after calling readall.
authorJorrit Herder <jnherder@minix3.org>
Fri, 17 Jun 2005 09:36:08 +0000 (09:36 +0000)
committerJorrit Herder <jnherder@minix3.org>
Fri, 17 Jun 2005 09:36:08 +0000 (09:36 +0000)
commands/scripts/setup.sh

index a264703b9b2015ab53fc25c15675c8be2d775b8c..236a44ff56e476d1b7223536b7268d1eb2d4301d 100755 (executable)
@@ -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