From: Jeremy Katz Date: Thu, 18 Dec 2008 20:59:55 +0000 (-0500) Subject: Fix shebang at the top of the file X-Git-Tag: 0.1~497 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c0815e4e42242fd1a072b9063edd6a5f614bf0fb;p=thirdparty%2Fdracut.git Fix shebang at the top of the file --- diff --git a/dracut b/dracut index ed6dd97f6..72e97bc01 100755 --- a/dracut +++ b/dracut @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash # # Generator script for a dracut initramfs # Tries to retain some degree of compatibility with the command line