[glib/wip/add-shebang-to-test-script: 2530/2530] spawn: add shebang line to script
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/add-shebang-to-test-script: 2530/2530] spawn: add shebang line to script
- Date: Mon, 17 Dec 2018 21:20:48 +0000 (UTC)
commit 3ab7a6544c5be9fbad3547d7c8764dcb64660d5f
Author: Ray Strode <rstrode redhat com>
Date: Mon Dec 17 15:46:10 2018 -0500
spawn: add shebang line to script
downstream tools get confused when the script is missing a shebang
line, and having a shebang line doesn't hurt, so add one.
glib/tests/echo-script | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/glib/tests/echo-script b/glib/tests/echo-script
index c732ed910..b609f2d39 100755
--- a/glib/tests/echo-script
+++ b/glib/tests/echo-script
@@ -1 +1,2 @@
+#!/bin/sh
echo "echo"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]