Commit bb7f4ac2 authored by Dylan Araps's avatar Dylan Araps

Birthday: Swap BSD / macOS fields

parent 38239224
......@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment