From b3d8be14e12aca5993925c156da5eb76af88e665 Mon Sep 17 00:00:00 2001 From: Oskar Date: Sat, 20 Apr 2024 16:27:55 +0200 Subject: Fixed issue where files with no lines dont work properly with 'N' --- test/nl.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/nl.sh') diff --git a/test/nl.sh b/test/nl.sh index 9d3d0cb..d064504 100755 --- a/test/nl.sh +++ b/test/nl.sh @@ -1,5 +1,7 @@ #!/bin/bash +#Regen 'newlinetest' file so i dont have to manually repair it to its original state + filename="testgrounds/newlinetest" rm -f $filename -- cgit v1.2.3