From 62a87b7bf65e1a8fe5ac7dfe3836b1ac37addc7d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 16 Dec 2016 12:28:11 +1100 Subject: [PATCH] Birthday: [BSD] Fix openBSD --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index e2d0c632..21c21d99 100755 --- a/neofetch +++ b/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")