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

[tor-commits] [check/master] Specify shell in makefile.



commit bbd59d691b9b7657e6ec9bafff719fd5f6e452dd
Author: Arlo Breault <arlolra@xxxxxxxxx>
Date:   Sat Oct 26 13:56:43 2013 -0700

    Specify shell in makefile.
    
    pushd / popd require it.
---
 Makefile |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 64835b4..a9c6cbc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+SHELL := /bin/bash
+
 start: data/exit-policies data/langs i18n
 	@./check
 

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