aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches/gollum.sh
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-10-05 21:15:41 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2023-10-05 21:15:41 +0200
commit9003544446138c7a8da83c0725bfff20841476d9 (patch)
treeb6e644084edac8db9b4f69ff7063fc9ff3107b55 /patches/gollum.sh
parentca378251272f134e132397aa9eff41898061d410 (diff)
parent7491e3df91223e79f46bd432033daccb6aa67f6d (diff)
Merge branch 'woodpecker' of https://codeberg.org/ziglings/exercises into 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