]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Replace shebang in bash scripts.
authorAndre Noll <maan@systemlinux.org>
Fri, 23 Nov 2007 09:35:19 +0000 (10:35 +0100)
committerAndre Noll <maan@systemlinux.org>
Fri, 23 Nov 2007 09:35:19 +0000 (10:35 +0100)
NetBSD does not have /bin/bash.

command_util.sh
convert_0.2-0.3.sh

index 822cad2af5a74037867e95d5613c27e8eb56f2ee..f0a861d61d887b5e68b9e90e9b9cfa512c23b9b6 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 
 read_header()
index 47d4949b1e37a2c900aa64785de94517d7a70d20..24c937b9494188048ff61dea8a985d98744e281d 100755 (executable)
@@ -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.