aboutsummaryrefslogtreecommitdiff
path: root/bin/sd2u.awk
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-23 12:55:44 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-23 12:55:44 +1300
commit0fcdc79429fee582335dbd3b07f38f80db9689eb (patch)
tree822131118e6718ec4f38b8ec7688ec9284401a9f /bin/sd2u.awk
parentSwap pph(1df) sed(1) subst for awk(1) concat (diff)
downloaddotfiles-0fcdc79429fee582335dbd3b07f38f80db9689eb.tar.gz
dotfiles-0fcdc79429fee582335dbd3b07f38f80db9689eb.zip
Use explicit { print } rather than implicit 1
Diffstat (limited to 'bin/sd2u.awk')
-rw-r--r--bin/sd2u.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sd2u.awk b/bin/sd2u.awk
index 87f710b2..02584952 100644
--- a/bin/sd2u.awk
+++ b/bin/sd2u.awk
@@ -1,3 +1,3 @@
# Convert DOS line endings to UNIX ones
{ sub(/\r$/, "") }
-1
+{ print }