summaryrefslogtreecommitdiffstats
path: root/repoman
diff options
context:
space:
mode:
Diffstat (limited to 'repoman')
-rwxr-xr-xrepoman/bin/sendFileMcast2
1 files changed, 1 insertions, 1 deletions
diff --git a/repoman/bin/sendFileMcast b/repoman/bin/sendFileMcast
index 7cb21741..ec4d7aa6 100755
--- a/repoman/bin/sendFileMcast
+++ b/repoman/bin/sendFileMcast
@@ -25,7 +25,7 @@ fi
# Fichero a enviar (camino completo o relativo al directorio del repositorio).
FICH="$1"
-if [ "${FICH:0:1}" != "/" ]; then
+if [ "${FICH:0:15}" != "$OPENGNSYS" ]; then
FICHIMG="$OGIMG/$FICH"
else
FICHIMG="$FICH"