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

[tor-commits] [tor-browser-build/master] Bug 28022: Use `/usr/bin/env bash` for bash invocation



commit c65b5af3d9c565d4e274fbd8606f0404623a19e1
Author: Georg Koppen <gk@xxxxxxxxxxxxxx>
Date:   Mon Oct 15 17:24:53 2018 +0000

    Bug 28022: Use `/usr/bin/env bash` for bash invocation
    
    We use `/usr/bin/env` for invocation in other scripts already. Let's use
    it in `execdesktop` as well.
---
 projects/tor-browser/RelativeLink/execdesktop | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/tor-browser/RelativeLink/execdesktop b/projects/tor-browser/RelativeLink/execdesktop
index 27328b2..fa6dc0a 100755
--- a/projects/tor-browser/RelativeLink/execdesktop
+++ b/projects/tor-browser/RelativeLink/execdesktop
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 TBB_START_PROG="$(grep '^X-TorBrowser-ExecShell' $1 | tail -1 | sed 's/^X-TorBrowser-ExecShell=//' | sed 's/%.//')"
 

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