summaryrefslogtreecommitdiff
path: root/sample/mpart.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/mpart.rb')
-rw-r--r--sample/mpart.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/mpart.rb b/sample/mpart.rb
index 6c40d50e18..a88eba0ef6 100644
--- a/sample/mpart.rb
+++ b/sample/mpart.rb
@@ -31,7 +31,7 @@ for i in ifp = open(basename)
end
ofp.write(i)
line = line + 1
- if line >= lines
+ if line >= lines and !ifp.eof?
ofp.write("END--cut here--cut here\n")
ofp.close
part = part + 1