From e130d84e206d6ccecfba2a2080792e99e0c340c1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 21 Feb 2002 12:48:17 +0000 Subject: cleanup --- tools/i386/netboot/make_boot_network | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/i386/netboot/make_boot_network b/tools/i386/netboot/make_boot_network index faa6fbeb5..a0b0302a4 100755 --- a/tools/i386/netboot/make_boot_network +++ b/tools/i386/netboot/make_boot_network @@ -1,8 +1,7 @@ #!/bin/sh type=$1 -[ -z "$type" ] && { echo "usage: $0 (eg: 3c59x)" ; exit 1; } -[ -z "$type" ] && type=3c90x +[ -z "$type" ] && { echo "usage: $0 (eg: 3c90x)" ; exit 1; } [ -e menu.lst ] || { echo "missing file menu.lst, create one based on menu.lst.example"; exit 1; } -- cgit v1.2.1