From 721c6137c7f6860fd45b6f5fa06ffe6f4f4696a5 Mon Sep 17 00:00:00 2001 From: Alan Kennedy Date: Sun, 10 Oct 2004 04:50:34 +0000 Subject: [PATCH] fixed broken code --- BUGAFINSTAL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUGAFINSTAL b/BUGAFINSTAL index 510a3ac..dd029d9 100755 --- a/BUGAFINSTAL +++ b/BUGAFINSTAL @@ -299,7 +299,7 @@ comandos=`echo $toinstall | sed s%,%" "%g` for comando in $comandos do choice='something' - while [ -n "$choice" ] do; + while [ -n "$choice" ]; do # Directorios FIJOS para todos los componentes clear @@ -372,7 +372,7 @@ MARCA Si los datos ingresados son correctos oprima solamente ENTER, si desea modificar alguno de ellos oprima cualquier otra tecla y luego ENTER. MARCA - read op + read choice done done -- 2.43.0