From ecdba524d96ced5eca86cb8e8085c04f177c524d Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 21 May 2021 17:51:43 +0200 Subject: biuniq: fix --- biuniq | 1 + 1 file changed, 1 insertion(+) (limited to 'biuniq') diff --git a/biuniq b/biuniq index 097c88a..b191ab0 100755 --- a/biuniq +++ b/biuniq @@ -14,6 +14,7 @@ while line1 = f1.gets line1.strip! line2 = f2.gets + if line2 == nil then line2 = "" end line2.strip! if !d1.include? line1 and !d2.include? line2 -- cgit v1.2.3