There is no /bin/bash on most operating systems.
authorThorsten Glaser <tg@mirbsd.org>
Tue, 24 Nov 2009 17:37:42 +0000 (17:37 +0000)
committerMichael Prokop <mika@grml.org>
Fri, 1 Oct 2010 13:42:28 +0000 (15:42 +0200)
There is no /bin/bash on most operating systems,
even if GNU bash is installed.

Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
grml2iso

index 661ef86..10f270c 100755 (executable)
--- a/grml2iso
+++ b/grml2iso
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 # Filename:      grml2iso
 # Purpose:       create a multiboot grml ISO using grml2usb
 # Authors:       Michael Prokop <mika@grml.org>,
 # Filename:      grml2iso
 # Purpose:       create a multiboot grml ISO using grml2usb
 # Authors:       Michael Prokop <mika@grml.org>,