From 018f40afebd1c800dc9696784639d1b5e2bce713 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 7 Jul 2015 22:00:23 -0400 Subject: [PATCH] better wording. --- scripts/core/inventory.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/inventory.sh b/scripts/core/inventory.sh index f3d5dddd..4e88af11 100644 --- a/scripts/core/inventory.sh +++ b/scripts/core/inventory.sh @@ -32,7 +32,7 @@ if [ $? -eq 0 ]; then fi else # if we can't do this, then we're not even on windows cygwin. wth are we? - up="$(cat /proc/uptime|awk '{print $1}') seconds, yo" + up="up a whole $(cat /proc/uptime|awk '{print $1}') seconds, yo" fi # decide whether they've got splitter available or not. -- 2.34.1