archey-osx icon indicating copy to clipboard operation
archey-osx copied to clipboard

Use [[:space:]] instead of \s for uptime sed

Open gicmo opened this issue 7 years ago • 0 comments

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.

gicmo avatar Jun 04 '17 10:06 gicmo