aboutsummaryrefslogtreecommitdiff
path: root/patches/gollum.sh
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2022-07-31 15:57:20 -0400
committerDave Gauer <dave@ratfactor.com>2022-07-31 15:58:24 -0400
commitb8617bb7527d39874b507a4c25bdaa8b6c4f4c3f (patch)
tree13bcaa129e879d2d97e71f48cc061642a3cfef4a /patches/gollum.sh
parent0e64778f3c27a4b42cc94f12c8c7029daed1bd8a (diff)
downloadziglings-b8617bb7527d39874b507a4c25bdaa8b6c4f4c3f.tar.gz
ziglings-b8617bb7527d39874b507a4c25bdaa8b6c4f4c3f.tar.bz2
ziglings-b8617bb7527d39874b507a4c25bdaa8b6c4f4c3f.tar.xz
ziglings-b8617bb7527d39874b507a4c25bdaa8b6c4f4c3f.zip
Correct conventional Zig reference vs value passing re #89
Diffstat (limited to 'patches/gollum.sh')
-rwxr-xr-xpatches/gollum.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/patches/gollum.sh b/patches/gollum.sh
index 495aa44..74f7626 100755
--- a/patches/gollum.sh
+++ b/patches/gollum.sh
@@ -22,7 +22,9 @@ p=patches/patches/$f.patch
if [ ! -f $b ]; then echo "No $f! We hates it!"; exit 1; fi
if [ ! -f $a ]; then echo "No $a! Where is it? Where is the answer, precious?"; exit; fi
-echo "Hissss!\tbefore: '$b'\n\t after: '$a'\n\t patch: '$p'\n"
+echo "Hissss! before: '$b'"
+echo " after: '$a'"
+echo " patch: '$p'"
diff $b $a > $p