guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-Lib PATCH v4 2/7] Use /bin/sh in update-api script shebang.


From: Maxim Cournoyer
Subject: [Guile-Lib PATCH v4 2/7] Use /bin/sh in update-api script shebang.
Date: Sun, 25 Feb 2024 09:19:08 -0500

* unit-tests/update-api: Replace /bin/bash with /bin/sh.
---

(no changes since v1)

 unit-tests/update-api | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unit-tests/update-api b/unit-tests/update-api
index 8824c3f..392ce8b 100755
--- a/unit-tests/update-api
+++ b/unit-tests/update-api
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 # -*- scheme -*-
 exec guile --debug -e main -s "$0" "$@"
 !#
-- 
2.41.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]