summaryrefslogtreecommitdiff
path: root/patches/gollum.sh
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-10-05 19:18:20 +0000
committerChris Boesch <chrboesch@noreply.codeberg.org>2023-10-05 19:18:20 +0000
commit1c7e35e193de241a80bdf020ae078083b64c4998 (patch)
treeb6e644084edac8db9b4f69ff7063fc9ff3107b55 /patches/gollum.sh
parentca378251272f134e132397aa9eff41898061d410 (diff)
parent9003544446138c7a8da83c0725bfff20841476d9 (diff)
Merge pull request 'changed the patch files that we can also use them with busybox for testing in Woodpecker' (#8) from woodpecker into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/8
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