From: Ricardo Markiewicz Date: Mon, 25 Oct 2004 00:07:54 +0000 (+0000) Subject: fix X-Git-Tag: svn_import~37 X-Git-Url: https://git.llucax.com/z.facultad/75.08/llamadas.git/commitdiff_plain/35c81a1b9c66e9ea58604b3c1d22f25d608f3f95 fix --- 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 ..."