summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/splitargv.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/awk/test/splitargv.in')
-rw-r--r--contrib/awk/test/splitargv.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/awk/test/splitargv.in b/contrib/awk/test/splitargv.in
deleted file mode 100644
index 10886ef..0000000
--- a/contrib/awk/test/splitargv.in
+++ /dev/null
@@ -1,7 +0,0 @@
-BEGIN {
- for (idx = 1; idx < ARGC; idx++)
- split(ARGV[idx], temp, ".");
- }
- {
- print $0;
- }
OpenPOWER on IntegriCloud