[or-cvs] r20407: {torbrowser} We want to use bash because some people link /bin/sh to thin (torbrowser/trunk/src/RelativeLink)

ioerror at seul.org ioerror at seul.org
Fri Aug 28 02:58:23 UTC 2009


Author: ioerror
Date: 2009-08-27 22:58:23 -0400 (Thu, 27 Aug 2009)
New Revision: 20407

Modified:
   torbrowser/trunk/src/RelativeLink/RelativeLink.sh
Log:
We want to use bash because some people link /bin/sh to things that are unsafe for the very little we do with the shell.


Modified: torbrowser/trunk/src/RelativeLink/RelativeLink.sh
===================================================================
--- torbrowser/trunk/src/RelativeLink/RelativeLink.sh	2009-08-28 02:36:14 UTC (rev 20406)
+++ torbrowser/trunk/src/RelativeLink/RelativeLink.sh	2009-08-28 02:58:23 UTC (rev 20407)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Gnu/Linux does not really require something like RelativeLink.c
 # However, we do want to have the same look and feel with similiar features.



More information about the tor-commits mailing list