Birthday: [BSD] Fix openBSD

master
Dylan Araps 9 years ago
parent ff0d9e9e73
commit 62a87b7bf6
  1. 2
      neofetch

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

Loading…
Cancel
Save