diff options
author | Justin Davis <jrcd83@gmail.com> | 2012-05-13 22:25:24 +0200 |
---|---|---|
committer | Justin Davis <jrcd83@gmail.com> | 2012-05-13 22:25:24 +0200 |
commit | ce30a8af59f163bc09be80955d38b56039785735 (patch) | |
tree | 33038084e7ace7c8dc640a36eae79339569c1a69 /bin | |
parent | 9f82f0fded62a2e7b569c3e37420f6df0156488d (diff) | |
download | genpkg-ce30a8af59f163bc09be80955d38b56039785735.tar.gz genpkg-ce30a8af59f163bc09be80955d38b56039785735.tar.xz |
Don't try to seek stdin in scanfields.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/modpkg | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -15,7 +15,6 @@ set dotfuncs {pre_install post_install proc scanfields {inchan} { global pkgdata - seek $inchan 0 set fld {} while {[gets $inchan line] >= 0} { |