summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.local/bin/sbg2
1 files changed, 1 insertions, 1 deletions
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