From 501fce3d006fbec6ab929dedc9be7448f687fc80 Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Date: Tue, 3 Apr 2012 08:12:26 +0200
Subject: [PATCH] oops

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index aa57797..47c2f44 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,7 @@ RSYNC_COND_DRY_RUN	:= $(if $(findstring n,$(MAKEFLAGS)),--dry-run,)
 RSYNC			:= rsync -a -v $(RSYNC_COND_DRY_RUN) $(RSYNC_EXCLUDES)
 
 sync:
+ifeq (,$(SSHURL))
 	@echo "sync: I need more info from the command line, e.g."
 	@echo "  make sync PLC=boot.planetlab.eu"
 	@echo "  make sync PLCHOSTVS=.. GUESTNAME=.."
-- 
2.47.0