From ce30a8af59f163bc09be80955d38b56039785735 Mon Sep 17 00:00:00 2001 From: Justin Davis Date: Sun, 13 May 2012 16:25:24 -0400 Subject: Don't try to seek stdin in scanfields. --- bin/modpkg | 1 - 1 file changed, 1 deletion(-) (limited to 'bin') diff --git a/bin/modpkg b/bin/modpkg index 3b9f572..f1c8c90 100755 --- a/bin/modpkg +++ b/bin/modpkg @@ -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} { -- cgit v1.2.3-24-g4f1b