aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-11 00:00:29 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-11 00:00:29 +1300
commit007e8e7f4b46d9c7331eb54a123a4c16bfe8b514 (patch)
treeb49a4e1e9d180c62dcb453a588aca774f1e12737
parentAdd prompt return behaviour to pdksh (diff)
downloaddotfiles-007e8e7f4b46d9c7331eb54a123a4c16bfe8b514.tar.gz
dotfiles-007e8e7f4b46d9c7331eb54a123a4c16bfe8b514.zip
Replace misplaced shebang line with comment
-rw-r--r--bin/ddup.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ddup.awk b/bin/ddup.awk
index 28b4d135..2dec1d00 100644
--- a/bin/ddup.awk
+++ b/bin/ddup.awk
@@ -1,2 +1,2 @@
-#!/usr/bin/awk -f
+# Skip duplicate lines (without requiring sorted input)
!seen[$0]++