Birthday: [BSD] Fix openBSD

This commit is contained in:
Dylan Araps 2016-12-16 12:28:11 +11:00
parent ff0d9e9e73
commit 62a87b7bf6
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 " " $6 " " $7 " " $8}')" birthday="$(ls -alctT "$birthday_file" | awk '{printf $9 " " $6 " " $7 " " $8 " "}')"
;; ;;
"Windows") "Windows")