From 2996bf0a1e82971a040e8e888d1fb303f9360586 Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Sat, 11 Aug 2007 23:23:25 +0000 Subject: [PATCH] Invert the -e test --- tools/boot/lenny/boot-sparc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/boot/lenny/boot-sparc b/tools/boot/lenny/boot-sparc index b86c97d0..65facf7d 100755 --- a/tools/boot/lenny/boot-sparc +++ b/tools/boot/lenny/boot-sparc @@ -68,7 +68,7 @@ else wget "$DI_WWW_HOME/initrd.gz" -O ./$DI_DIR/initrd.gz fi -if [ -e "$DI_DIR"/initrd.gz ] ; then +if [ ! -e "$DI_DIR"/initrd.gz ] ; then DI_DIR="$DI_DIR"/2.6 fi cp "$DI_DIR"/initrd.gz "$inst/boot/initrd.gz"