From: David van Moolenbroek Date: Fri, 24 Feb 2017 18:18:16 +0000 (+0000) Subject: ramdisk: clean up CD boot output X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=8898fa503bad397564bdf2b0053cd6322ca81606;p=minix.git ramdisk: clean up CD boot output In particular, remove a stray '1'. Change-Id: If82689060a92a4af318b01325492627944fba07f --- diff --git a/minix/drivers/storage/ramdisk/rc b/minix/drivers/storage/ramdisk/rc index a51dc083b..fad33a8a6 100644 --- a/minix/drivers/storage/ramdisk/rc +++ b/minix/drivers/storage/ramdisk/rc @@ -56,7 +56,7 @@ minix-service up /service/procfs || echo "WARNING: couldn't start procfs" if sysenv rootdevname >/dev/null then rootdevname=/dev/`sysenv rootdevname` else - if (! sysenv cdproberoot) && (! sysenv bootramdisk) >/dev/null + if ! sysenv cdproberoot >/dev/null && ! sysenv bootramdisk >/dev/null then echo "rootdevname not set" exit 1 fi