diff options
| author | Dave Gauer <dave@ratfactor.com> | 2021-02-14 20:26:57 -0500 |
|---|---|---|
| committer | Dave Gauer <dave@ratfactor.com> | 2021-02-14 20:26:57 -0500 |
| commit | ca330b00bcec0ff5707ccbdc4e905e41c3dc8c9a (patch) | |
| tree | e197971c420902e692433a3b15de54369458cdb8 /patches/gollum.sh | |
| parent | 6ab9b17eb851d539ba87c969a7937fa137877e48 (diff) | |
Patches to patches to clean up patches
Diffstat (limited to 'patches/gollum.sh')
| -rwxr-xr-x | patches/gollum.sh | 2 |
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" |
