From 35c81a1b9c66e9ea58604b3c1d22f25d608f3f95 Mon Sep 17 00:00:00 2001 From: Ricardo Markiewicz Date: Mon, 25 Oct 2004 00:07:54 +0000 Subject: [PATCH] fix --- inst/aficonf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/aficonf b/inst/aficonf index 7b94203..117486f 100755 --- a/inst/aficonf +++ b/inst/aficonf @@ -134,7 +134,7 @@ case_buscar () { DATOS=`cat "$BASE_DIR/umbrales.param" | grep "[0-9]*;$LINEA;[A-Z]*;[E,S];A"` - if [ "$OPT" == "" ] : then + if [ "$OPT" == "" ] ; then echo "" echo "No se han encontrado uUmbrales activos para la linea $LINEA." echo "Abortando ..." -- 2.43.0