1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 04:07:34 +00:00
serenity/Ports/gnucobol/patches/0001-Use-bin-bash-instead-of-bin-sh-for-shebang.patch

19 lines
477 B
Diff

From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Brendan Coles <bcoles@gmail.com>
Date: Thu, 8 Apr 2021 12:14:24 +0000
Subject: [PATCH] Use /bin/bash instead of /bin/sh for shebang
---
bin/cob-config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/cob-config.in b/bin/cob-config.in
index 6c07e7d..3086d8c 100644
--- a/bin/cob-config.in
+++ b/bin/cob-config.in
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# cob-config
#