Skip to content

Commit

Permalink
explicitly set tar output file to standard output
Browse files Browse the repository at this point in the history
Closes #12
  • Loading branch information
Tim Cooper committed Sep 4, 2020
1 parent 42e19d8 commit 281bbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -4,7 +4,7 @@ kjv: kjv.sh kjv.awk kjv.tsv
echo 'exit 0' >> $@

echo '#EOF' >> $@
tar cz kjv.awk kjv.tsv >> $@
tar czf - kjv.awk kjv.tsv >> $@

chmod +x $@

Expand Down

0 comments on commit 281bbd9

Please sign in to comment.