From 3f9764a3d2eee515182a9aef28ee438f6d86acc6 Mon Sep 17 00:00:00 2001 From: ramon Date: Mon, 15 Nov 2010 14:34:12 +0000 Subject: Corregir errata en r1343. git-svn-id: https://opengnsys.es/svn/trunk@1344 a21b9725-9963-47de-94b9-378ad31fedc9 --- repoman/bin/sendFileMcast | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repoman') diff --git a/repoman/bin/sendFileMcast b/repoman/bin/sendFileMcast index 94dcfb37..ee934503 100755 --- a/repoman/bin/sendFileMcast +++ b/repoman/bin/sendFileMcast @@ -33,7 +33,7 @@ if [ "${FICH:0:1}" != "/" ]; then else FICHIMG="$FICH" fi -if [ ! -f $FICHIMG]; then +if [ ! -f "$FICHIMG" ]; then echo "$PROG Error: Fichero \"$FICH\" no accesible" >&2 exit 2 fi -- cgit v1.2.3-18-g5258