From: Andre Noll Date: Fri, 23 Nov 2007 09:35:19 +0000 (+0100) Subject: Replace shebang in bash scripts. X-Git-Tag: v0.3.0~103^2~7 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=b98061f27df8d44d1b83b842a46d94f4fe68862d Replace shebang in bash scripts. NetBSD does not have /bin/bash. --- diff --git a/command_util.sh b/command_util.sh index 822cad2a..f0a861d6 100755 --- a/command_util.sh +++ b/command_util.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash read_header() diff --git a/convert_0.2-0.3.sh b/convert_0.2-0.3.sh index 47d4949b..24c937b9 100755 --- a/convert_0.2-0.3.sh +++ b/convert_0.2-0.3.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #------------------------------------------------------------------------------- ## Script to convert the database of paraslash 0.2.x to version 0.3.x.