[tor-commits] [tor/master] Use env to find bash
nickm at torproject.org
nickm at torproject.org
Tue Mar 5 16:53:37 UTC 2019
commit 4f9061868b04724bf3eaecddf9b536c189bd34da
Author: rl1987 <rl1987 at sdf.lonestar.org>
Date: Wed Feb 13 14:51:42 2019 +0200
Use env to find bash
---
src/test/test-network.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/test-network.sh b/src/test/test-network.sh
index 6c678849b..4d56e8380 100755
--- a/src/test/test-network.sh
+++ b/src/test/test-network.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# This script calls the equivalent script in chutney/tools
More information about the tor-commits
mailing list