From 2d73a98d6298e3a14d89769e7c4ed5cd69d64e96 Mon Sep 17 00:00:00 2001 From: Bo Ørsted Andresen Date: Tue, 23 Oct 2007 21:07:13 +0000 Subject: Use /usr/bin/env to find bash. --- wgetpaste | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgetpaste b/wgetpaste index b287436..db6dd84 100755 --- a/wgetpaste +++ b/wgetpaste @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # A Script that automates pasting to a number of pastebin services # relying only on bash, sed, coreutils (mktemp/sort/tr/wc/whoami/tee) and wget # Copyright (c) 2007 Bo Ørsted Andresen -- cgit v1.2.3