Skip to content

Commit

Permalink
use env in shebang for mini_fo
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Apr 4, 2023
1 parent 562f750 commit a974fd0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions make/kernel/patches/2.6.13.1/209-mini_fo.patch
Expand Up @@ -5637,7 +5637,7 @@
--- linux-2.6.13/fs/mini_fo/mini_fo-merge
+++ linux-2.6.13/fs/mini_fo/mini_fo-merge
@@ -0,0 +1,180 @@
+#!/bin/bash
+#! /usr/bin/env bash
+#
+# Copyright (C) 2005 Markus Klotzbuecher <mk@creamnet.de>
+# This program is free software; you can redistribute it and/or
Expand Down Expand Up @@ -5820,7 +5820,7 @@
--- linux-2.6.13/fs/mini_fo/mini_fo-overlay
+++ linux-2.6.13/fs/mini_fo/mini_fo-overlay
@@ -0,0 +1,130 @@
+#!/bin/bash
+#! /usr/bin/env bash
+#
+# Copyright (C) 2005 Markus Klotzbuecher <mk@creamnet.de>
+# This program is free software; you can redistribute it and/or
Expand Down
4 changes: 2 additions & 2 deletions make/kernel/patches/2.6.19.2/209-mini_fo.patch
Expand Up @@ -5637,7 +5637,7 @@
--- linux-2.6.19/fs/mini_fo/mini_fo-merge
+++ linux-2.6.19/fs/mini_fo/mini_fo-merge
@@ -0,0 +1,180 @@
+#!/bin/bash
+#! /usr/bin/env bash
+#
+# Copyright (C) 2005 Markus Klotzbuecher <mk@creamnet.de>
+# This program is free software; you can redistribute it and/or
Expand Down Expand Up @@ -5820,7 +5820,7 @@
--- linux-2.6.19/fs/mini_fo/mini_fo-overlay
+++ linux-2.6.19/fs/mini_fo/mini_fo-overlay
@@ -0,0 +1,130 @@
+#!/bin/bash
+#! /usr/bin/env bash
+#
+# Copyright (C) 2005 Markus Klotzbuecher <mk@creamnet.de>
+# This program is free software; you can redistribute it and/or
Expand Down
4 changes: 2 additions & 2 deletions make/kernel/patches/2.6.28.10/209-mini_fo.patch
Expand Up @@ -5634,7 +5634,7 @@
--- linux-2.6.28/fs/mini_fo/mini_fo-merge
+++ linux-2.6.28/fs/mini_fo/mini_fo-merge
@@ -0,0 +1,180 @@
+#!/bin/bash
+#! /usr/bin/env bash
+#
+# Copyright (C) 2005 Markus Klotzbuecher <mk@creamnet.de>
+# This program is free software; you can redistribute it and/or
Expand Down Expand Up @@ -5817,7 +5817,7 @@
--- linux-2.6.28/fs/mini_fo/mini_fo-overlay
+++ linux-2.6.28/fs/mini_fo/mini_fo-overlay
@@ -0,0 +1,130 @@
+#!/bin/bash
+#! /usr/bin/env bash
+#
+# Copyright (C) 2005 Markus Klotzbuecher <mk@creamnet.de>
+# This program is free software; you can redistribute it and/or
Expand Down

0 comments on commit a974fd0

Please sign in to comment.