diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2023-10-05 20:18:04 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2023-10-05 20:18:04 +0200 |
| commit | 7491e3df91223e79f46bd432033daccb6aa67f6d (patch) | |
| tree | 726b71cfaa41cffe6ebbc5cc44b38dfd90b5e940 /patches/gollum.sh | |
| parent | 992323ac6c6685f7258672be1ce6f586271243d3 (diff) | |
changed the patch files that we can also use them with busybox for testing in Woodpecker
Diffstat (limited to 'patches/gollum.sh')
| -rwxr-xr-x | patches/gollum.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/gollum.sh b/patches/gollum.sh index 74f7626..b15af0b 100755 --- a/patches/gollum.sh +++ b/patches/gollum.sh @@ -26,6 +26,6 @@ echo "Hissss! before: '$b'" echo " after: '$a'" echo " patch: '$p'" -diff $b $a > $p +diff -u $b $a > $p cat $p |
