diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2021-03-20 02:55:34 -0700 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2021-03-20 02:55:34 -0700 |
commit | 56aeb85589d4229fe11d2c522160eeb7b420c572 (patch) | |
tree | a09f1f33ed2fbba7910b097aaf5ff3867e2a9d6a /.local/bin | |
parent | ca438405872705d8c7e20c14c9216d41529d7994 (diff) |
Actually fix the bug, lol
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/sbg | 2 |
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 |