[tor-commits] [flashproxy/master] some systems (Debian) install nodejs as "js" but this test requires rhino
infinity0 at torproject.org
infinity0 at torproject.org
Wed Nov 13 16:20:29 UTC 2013
commit c45df01efa274084910328dd54610d8282e2e069
Author: Ximin Luo <infinity0 at gmx.com>
Date: Wed Nov 13 15:08:02 2013 +0000
some systems (Debian) install nodejs as "js" but this test requires rhino
---
proxy/flashproxy-test.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxy/flashproxy-test.js b/proxy/flashproxy-test.js
index 976fd44..dabbb8b 100755
--- a/proxy/flashproxy-test.js
+++ b/proxy/flashproxy-test.js
@@ -1,4 +1,4 @@
-#!/usr/bin/env js
+#!/usr/bin/env rhino
/* To run this test program, install the Rhino JavaScript interpreter
(apt-get install rhino). */
More information about the tor-commits
mailing list