From 44ccf4a0eb5bc37604f68ead194e5fb0dc637b98 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sun, 14 Feb 2021 20:26:57 -0500 Subject: Patches to patches to clean up patches --- patches/gollum.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patches/gollum.sh') 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" -- cgit v1.2.3-ZIG