Unverified Commit c65b5af3 authored by Georg Koppen's avatar Georg Koppen Committed by boklm
Browse files

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.
parent ef8b470d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/bin/bash
#!/usr/bin/env bash

TBB_START_PROG="$(grep '^X-TorBrowser-ExecShell' $1 | tail -1 | sed 's/^X-TorBrowser-ExecShell=//' | sed 's/%.//')"