a56a5e
From d11012969527a027ad2db8d06e374fb8f04e7f45 Mon Sep 17 00:00:00 2001
966cef
From: Harald Hoyer <harald@redhat.com>
966cef
Date: Mon, 20 Jan 2014 14:59:46 +0100
966cef
Subject: [PATCH] dracut-lib.sh: fixed shebang
966cef
966cef
---
966cef
 modules.d/99base/dracut-lib.sh | 2 +-
966cef
 1 file changed, 1 insertion(+), 1 deletion(-)
966cef
966cef
diff --git a/modules.d/99base/dracut-lib.sh b/modules.d/99base/dracut-lib.sh
1755ca
index e74b93fa..cd628519 100755
966cef
--- a/modules.d/99base/dracut-lib.sh
966cef
+++ b/modules.d/99base/dracut-lib.sh
966cef
@@ -1,4 +1,4 @@
966cef
-!/bin/sh
966cef
+#!/bin/sh
966cef
 # -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
966cef
 # ex: ts=8 sw=4 sts=4 et filetype=sh
966cef