From 56aeb85589d4229fe11d2c522160eeb7b420c572 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sat, 20 Mar 2021 02:55:34 -0700 Subject: Actually fix the bug, lol --- .local/bin/sbg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/sbg b/.local/bin/sbg index 259a4d6..8cb959e 100755 --- a/.local/bin/sbg +++ b/.local/bin/sbg @@ -119,7 +119,7 @@ list_files_add_mod(){ # Either add the new timestamp on the # second column (mod) or keep the old line. if [ $fn_ts -gt $fo_ts ] - then echo $fo_ts $fn_ts $fn + then echo $fo_ts $fn_ts $fn_n else echo $fo_line fi else -- cgit v1.2.3