diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-11-15 19:23:27 +0100 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-11-15 19:23:27 +0100 |
| commit | 39e346303cc6245ed66adc529c71ed05ea12c991 (patch) | |
| tree | 79e0e14967c6ecc47a401bd25d1366b889823992 | |
| parent | 56b220e98d4c43b4fa204d8f11e9aa7b8de358cb (diff) | |
| parent | 11d81721367fc29e882fbf893a10240174d75ff6 (diff) | |
Merge branch 'psd-fix'
| -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 |
