From 37ff3454c0c35a25795c65242618b2cd19fddb9c Mon Sep 17 00:00:00 2001 From: daniel-123 Date: Sat, 29 Sep 2012 23:41:22 +0200 Subject: [PATCH] Fixed missing quotes in Makefile generated wrapper. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a429446..496f4d8 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ ICON_PATH = /usr/share/icons install: touch $(BIN_PATH)/syncplay - echo '#!/bin/sh\npython $(LIB_PATH)/syncplay/syncplayClient.py $$@' > $(BIN_PATH)/syncplay + echo '#!/bin/sh\npython $(LIB_PATH)/syncplay/syncplayClient.py "$$@"' > $(BIN_PATH)/syncplay chmod a+x $(BIN_PATH)/syncplay mkdir $(LIB_PATH)/syncplay/ cp syncplayClient.py $(LIB_PATH)/syncplay/