Fixed whitespace on windows uptime cmd

This commit is contained in:
dylan araps 2016-01-06 17:10:46 +11:00
parent 2d1a5ddd45
commit 43a22793dd
1 changed files with 1 additions and 1 deletions

2
fetch
View File

@ -344,7 +344,7 @@ getuptime () {
"Windows")
uptime=$(uptime | awk -F ':[0-9]{2}+ |(, ){1}+' '{printf $2}')
uptime=${uptime/ /}
uptime=${uptime/ / }
;;
*)