From 77479c917c5b7fe65af06cb455c1e4c3c06e9097 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicol=C3=A1s=20Dimov?= Date: Wed, 6 Oct 2004 16:06:10 +0000 Subject: [PATCH] le cambio el nombre al afinstal2 par que el checkeo del so funcione --- AFINSTAL2 => 2AFINSTAL | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename AFINSTAL2 => 2AFINSTAL (96%) diff --git a/AFINSTAL2 b/2AFINSTAL similarity index 96% rename from AFINSTAL2 rename to 2AFINSTAL index 493e2de..52b1cac 100755 --- a/AFINSTAL2 +++ b/2AFINSTAL @@ -36,7 +36,7 @@ fi #Verifico si hay algo instalado #busco en el archivo afinstal.conf (desde donde???) por ahora desde el home -afinstal=`find $HOME -name 'afinstal.conf'` +afinstal=`find $HOME -name -type f 'afinstal.conf'` if [ -n "$afinstal" ]; then #busco paquetes instalados. Leo afinstal.conf para ver que hay @@ -75,6 +75,10 @@ cat<