From 95ab6339d99ab34da2bcc77ea9fe4e73c23a32ed Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Thu, 5 Feb 2009 01:51:34 +0000 Subject: [PATCH] cleanup, no changes --- inxi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inxi b/inxi index a19dd39..9c5a7a2 100755 --- a/inxi +++ b/inxi @@ -2481,9 +2481,9 @@ get_uptime() { ## note: removing gsub(/ /,"",a); to get get space back in there, goes right before print a echo $( uptime | gawk '{ - a = gensub(/^.*up *([^,]*).*$/,"\\1","g",$0) - print a - }' ) + a = gensub(/^.*up *([^,]*).*$/,"\\1","g",$0) + print a + }' ) } #### -------------------------------------------------------------------