From 4a99a128f9c922825ac7ab0dac35093719fae25b Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 9 Feb 2016 07:55:13 +1100 Subject: [PATCH] Uptime: Match Puppy linux's weird way of versioning --- fetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch b/fetch index 261f672e..b46fe235 100755 --- a/fetch +++ b/fetch @@ -501,7 +501,7 @@ getuptime () { case "$os" in "Linux") case "$distro" in - "Puppy Linux"*) + "Puppy Linux"* | "Quirky Werewolf"* | "Precise Puppy"*) uptime=$(uptime | awk -F ':[0-9]{2}+ |(, ){1}+' '{printf $2}') uptime=${uptime/ / } ;;