mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 09:08:38 +00:00
fix line length to be under 100 chars in macOS install date
This commit is contained in:
2
neofetch
2
neofetch
@@ -2256,7 +2256,7 @@ get_install_date() {
|
|||||||
|
|
||||||
*)
|
*)
|
||||||
if [[ "$os" == "Mac OS X" ]]; then
|
if [[ "$os" == "Mac OS X" ]]; then
|
||||||
install_date="$(ls -dlctUT "$install_file" | awk '{printf $9 " " $6 " " $7 " " $8}')"
|
install_date="$(ls -dlctUT "$install_file" | awk '{printf $9 " " $6 " "$7 " " $8}')"
|
||||||
else
|
else
|
||||||
install_date="$(ls -dlctT "$install_file" | awk '{printf $9 " " $6 " " $7 " " $8}')"
|
install_date="$(ls -dlctT "$install_file" | awk '{printf $9 " " $6 " " $7 " " $8}')"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user