* [PATCH] consort.sh: Shebang-Typo
@ 2020-03-25 11:54 Matthias Fischer
2020-03-25 15:35 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2020-03-25 11:54 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 614 bytes --]
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
src/scripts/consort.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/scripts/consort.sh b/src/scripts/consort.sh
index 1682f7ac4..ba6631f74 100644
--- a/src/scripts/consort.sh
+++ b/src/scripts/consort.sh
@@ -1,4 +1,4 @@
-#/bin/bash
+#!/bin/bash
###############################################################################
# #
# IPFire.org - A linux based firewall #
--
2.18.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] consort.sh: Shebang-Typo
2020-03-25 11:54 [PATCH] consort.sh: Shebang-Typo Matthias Fischer
@ 2020-03-25 15:35 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2020-03-25 15:35 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 812 bytes --]
Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
Good catch!
> On 25 Mar 2020, at 11:54, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
>
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
> src/scripts/consort.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/scripts/consort.sh b/src/scripts/consort.sh
> index 1682f7ac4..ba6631f74 100644
> --- a/src/scripts/consort.sh
> +++ b/src/scripts/consort.sh
> @@ -1,4 +1,4 @@
> -#/bin/bash
> +#!/bin/bash
> ###############################################################################
> # #
> # IPFire.org - A linux based firewall #
> --
> 2.18.0
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-03-25 15:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-25 11:54 [PATCH] consort.sh: Shebang-Typo Matthias Fischer
2020-03-25 15:35 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox