Birthday: Swap BSD / macOS fields

This commit is contained in:
Dylan Araps 2016-12-16 12:10:05 +11:00
parent 382392240c
commit bb7f4ac26b
1 changed files with 1 additions and 1 deletions

View File

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