aboutsummaryrefslogtreecommitdiff
path: root/patches/gollum.sh
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-02-14 20:26:57 -0500
committerDave Gauer <dave@ratfactor.com>2021-02-14 20:26:57 -0500
commit44ccf4a0eb5bc37604f68ead194e5fb0dc637b98 (patch)
treee197971c420902e692433a3b15de54369458cdb8 /patches/gollum.sh
parente4a5716c71f4cdf9837c8e059aa43080748f4650 (diff)
downloadziglings-44ccf4a0eb5bc37604f68ead194e5fb0dc637b98.tar.gz
ziglings-44ccf4a0eb5bc37604f68ead194e5fb0dc637b98.tar.bz2
ziglings-44ccf4a0eb5bc37604f68ead194e5fb0dc637b98.tar.xz
ziglings-44ccf4a0eb5bc37604f68ead194e5fb0dc637b98.zip
Patches to patches to clean up patches
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 78c7756..423d376 100755
--- a/patches/gollum.sh
+++ b/patches/gollum.sh
@@ -10,7 +10,7 @@ cd $(dirname $(which $0))
f=$(basename ../exercises/$1*.zig .zig 2> /dev/null)
b=../exercises/$f.zig
a=../answers/$f.zig
-p=$f.patch
+p=patches/$f.patch
printf "\tf: '$f'\n\tb: '$b'\n\ta: '$a'\n"