diff options
Diffstat (limited to 'tools/mtime.sh')
-rwxr-xr-x | tools/mtime.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/mtime.sh b/tools/mtime.sh index 7207f9e..b88b833 100755 --- a/tools/mtime.sh +++ b/tools/mtime.sh @@ -31,10 +31,11 @@ get_mtime() local m= local d= local y= + local name= local now_m= local now_y= - read -r mode links owner group size m d y <<-EOF + read -r mode links owner group size m d y name <<-EOF $(LC_ALL=POSIX ls -l "${file}") EOF case "${m}" in |