[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



commit 7a1331585a1073eeed2c3b41f2085bbf63324842
Author: David Fifield <david@xxxxxxxxxxxxxxx>
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)



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits