diff options
Diffstat (limited to 'repoman')
-rwxr-xr-x | repoman/bin/sendFileMcast | 2 |
1 files changed, 1 insertions, 1 deletions
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 |