diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-11-15 17:58:27 +0100 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-11-15 17:58:27 +0100 |
| commit | 189376944cbc9d1a70673d8d5dc49a3d190ff5fc (patch) | |
| tree | c196e3988ca2350894486ff69ed1c22124df210a /patches | |
| parent | c45b9cd383b1463ca2e8cc93eb7ef38c4242d53a (diff) | |
fixed path for freeBSD
Diffstat (limited to 'patches')
| -rwxr-xr-x | patches/eowyn.sh | 2 | ||||
| -rwxr-xr-x | patches/frodo.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/patches/eowyn.sh b/patches/eowyn.sh index afc2732..62c1934 100755 --- a/patches/eowyn.sh +++ b/patches/eowyn.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # "I will be a shieldmaiden no longer, # nor vie with the great Riders, nor diff --git a/patches/frodo.sh b/patches/frodo.sh index a92642a..7d04571 100755 --- a/patches/frodo.sh +++ b/patches/frodo.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # "How do you pick up the threads of an old life? # How do you go on, when in your heart you begin |
