summaryrefslogtreecommitdiff
path: root/patches/gollum.sh
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-10-05 20:18:04 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2023-10-05 20:18:04 +0200
commit7491e3df91223e79f46bd432033daccb6aa67f6d (patch)
tree726b71cfaa41cffe6ebbc5cc44b38dfd90b5e940 /patches/gollum.sh
parent992323ac6c6685f7258672be1ce6f586271243d3 (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-xpatches/gollum.sh2
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