aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches/gollum.sh
diff options
context:
space:
mode:
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