diff options
author | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2019-04-02 11:05:02 -0400 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2019-04-02 11:05:03 -0400 |
commit | 7b7cf13607489a150a7eb9aab2616b71cbeec18c (patch) | |
tree | f34ef67b460c74a93a017981e2ac7b43fd5c929e /build-aux | |
parent | 9a1f91648644a665b8aae4035ce2a30adc37f834 (diff) | |
download | tame-7b7cf13607489a150a7eb9aab2616b71cbeec18c.tar.gz tame-7b7cf13607489a150a7eb9aab2616b71cbeec18c.tar.bz2 tame-7b7cf13607489a150a7eb9aab2616b71cbeec18c.zip |
build-aux/csvm-expand: {orig=>src} local arg typo fix
This does not affect its functionality.
Diffstat (limited to 'build-aux')
-rwxr-xr-x | build-aux/csvm-expand | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/csvm-expand b/build-aux/csvm-expand index 2ec3ca9..e53e5b3 100755 --- a/build-aux/csvm-expand +++ b/build-aux/csvm-expand @@ -58,7 +58,7 @@ END { # This spawns a single process for date and reads from standard in. Even # then, though, date parsing is very slow for many thousands of rows, so the # output is also cached in `date_cache'. -function parse_date( i, orig ) +function parse_date( i, src ) { src = $i |