From b98061f27df8d44d1b83b842a46d94f4fe68862d Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 23 Nov 2007 10:35:19 +0100 Subject: [PATCH] Replace shebang in bash scripts. NetBSD does not have /bin/bash. --- command_util.sh | 2 +- convert_0.2-0.3.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.2