diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-01-07 21:01:59 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-01-07 21:01:59 +0200 |
commit | 54684e9a410c64bcde42c39e02832d586ffd1074 (patch) | |
tree | 84e7e94c429a3eaecded43c7577666723247a76c /old-extension/dbarray.awk | |
parent | 253b88d9f30c3513ab5c525e0a63cc3b055fd80d (diff) | |
parent | 56213f42462dc91f4de5a509095dd8bfc4aeef84 (diff) | |
download | egawk-54684e9a410c64bcde42c39e02832d586ffd1074.tar.gz egawk-54684e9a410c64bcde42c39e02832d586ffd1074.tar.bz2 egawk-54684e9a410c64bcde42c39e02832d586ffd1074.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'old-extension/dbarray.awk')
-rw-r--r-- | old-extension/dbarray.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old-extension/dbarray.awk b/old-extension/dbarray.awk index e0a3c093..1e31f58f 100644 --- a/old-extension/dbarray.awk +++ b/old-extension/dbarray.awk @@ -3,7 +3,7 @@ # @load "bindarr" BEGIN { - extension("bindarr") + extension("./bindarr.so") } function _db_count(symbol, sq, |