[tor-commits] [flashproxy/master] Quote some variables.

dcf at torproject.org dcf at torproject.org
Mon Aug 12 02:32:20 UTC 2013


commit 7a1331585a1073eeed2c3b41f2085bbf63324842
Author: David Fifield <david at bamsoftware.com>
Date:   Sun Aug 11 00:07:40 2013 -0700

    Quote some variables.
---
 websocket-transport/Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/websocket-transport/Makefile b/websocket-transport/Makefile
index ac6fa08..a4131eb 100644
--- a/websocket-transport/Makefile
+++ b/websocket-transport/Makefile
@@ -18,8 +18,8 @@ websocket-server: websocket-server.go pt.go websocket.go
 	go build $(GOBUILDFLAGS) -o $@ $^
 
 install:
-	mkdir -p $(BINDIR)
-	cp -f websocket-server $(BINDIR)
+	mkdir -p "$(BINDIR)"
+	cp -f websocket-server "$(BINDIR)"
 
 clean:
 	rm -f $(PROGRAMS)





More information about the tor-commits mailing list