Blame SOURCES/0084-dracut-lib.sh-fixed-shebang.patch

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