Birthday: Fix BSD field order

This commit is contained in:
Dylan Araps 2016-12-16 12:22:18 +11:00
parent bb7f4ac26b
commit ff0d9e9e73
1 changed files with 1 additions and 1 deletions

View File

@ -1751,7 +1751,7 @@ get_birthday() {
;; ;;
esac esac
birthday="$(ls -alctT "$birthday_file" | awk '{printf $9 " " $7 " " $6 " " $8}')" birthday="$(ls -alctT "$birthday_file" | awk '{printf $9 " " $6 " " $7 " " $8}')"
;; ;;
"Windows") "Windows")