Blame SOURCES/0001-spawn-add-shebang-line-to-script.patch

407148
From 521f9605e0ab019ec9a493153ca0c8fe4267d665 Mon Sep 17 00:00:00 2001
407148
From: Ray Strode <rstrode@redhat.com>
407148
Date: Mon, 17 Dec 2018 15:46:10 -0500
407148
Subject: [PATCH] spawn: add shebang line to script
407148
407148
downstream tools get confused when the script is missing a shebang
407148
line, and having a shebang line doesn't hurt, so add one.
407148
---
407148
 glib/tests/echo-script | 1 +
407148
 1 file changed, 1 insertion(+)
407148
407148
diff --git a/glib/tests/echo-script b/glib/tests/echo-script
407148
index c732ed910..b609f2d39 100755
407148
--- a/glib/tests/echo-script
407148
+++ b/glib/tests/echo-script
407148
@@ -1 +1,2 @@
407148
+#!/bin/sh
407148
 echo "echo"
407148
-- 
407148
2.20.0
407148