aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-08-20 22:01:27 -0700
committerGuy Harris <guy@alum.mit.edu>2018-08-21 05:02:21 +0000
commit4a5484eaf1da7b2f81ac94110331730dd9f7472d (patch)
tree4c103dad3b107cae06ee0dce7245b1ac5d8e6f43
parent3d2d1cb31e171fef2935a7d6681a8d3210ea3532 (diff)
Bash is not guaranteed to be in /usr/pkg/bin/bash.
On my FreeBSD 11 VM, it's the standard FreeBSD package, which installs it in /usr/local/bin/bash. Change-Id: Ic6427a88efd963de8909a2d333c2c3bf8586e559 Reviewed-on: https://code.wireshark.org/review/29211 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rwxr-xr-xtools/bsd-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bsd-setup.sh b/tools/bsd-setup.sh
index b35ba5ff60..0b409b7524 100755
--- a/tools/bsd-setup.sh
+++ b/tools/bsd-setup.sh
@@ -1,4 +1,4 @@
-#!/usr/pkg/bin/bash
+#!/usr/bin/env bash
# Setup development environment on BSD-like platforms.
#
# Tested on: FreeBSD, OpenBSD, NetBSD.