Commit ff0d9e9e authored by Dylan Araps's avatar Dylan Araps

Birthday: Fix BSD field order

parent bb7f4ac2
...@@ -1751,7 +1751,7 @@ get_birthday() { ...@@ -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")
......
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