summaryrefslogtreecommitdiff
path: root/download
diff options
context:
space:
mode:
authorRobert Nagy <robert@openbsd.org>2012-03-18 14:14:02 +0100
committerRobert Nagy <robert@openbsd.org>2012-03-18 14:14:28 +0100
commitbae6e3f4fe355d0018c77e68d19bc64b52fe1ba6 (patch)
tree942c7387cfa979f7c94532e0f18d4fe69fd18ca8 /download
parent86793aeed94d839251e1b1098d4c8389ab7a72ae (diff)
use /usr/bin/env bash instead of /bin/bash
Diffstat (limited to 'download')
-rwxr-xr-xdownload2
1 files changed, 1 insertions, 1 deletions
diff --git a/download b/download
index 89efbbe451fb..e5aad884e841 100755
--- a/download
+++ b/download
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.