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