summaryrefslogtreecommitdiff
path: root/old-extension/testsparr.awk
diff options
context:
space:
mode:
Diffstat (limited to 'old-extension/testsparr.awk')
-rw-r--r--old-extension/testsparr.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/old-extension/testsparr.awk b/old-extension/testsparr.awk
index 648a21a2..a9e3119d 100644
--- a/old-extension/testsparr.awk
+++ b/old-extension/testsparr.awk
@@ -1,6 +1,6 @@
# ../gawk -lsparr -f testsparr.awk
BEGIN {
- extension("sparr")
+ extension("./sparr.so")
print SYS["time"]
SYS["readline"] = "sparr.c";
printf("File %s has %d lines\n", SYS["readline"], length(READLINE))