archey-osx
archey-osx copied to clipboard
Use [[:space:]] instead of \s for uptime sed
Commit 4017061 broke the Uptime line for me, because \s
is not understood by the default macOS sed
command (this was 10.12.5). Using the POSIX [[:space:]]
character class works fine.