From 7141db1046990989f1d556a1363e8bca1b52338e Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Tue, 4 Jul 2017 19:08:57 +0700 Subject: [PATCH] Misc: Shellcheck fix --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 0dbee39f..9d8086d3 100755 --- a/neofetch +++ b/neofetch @@ -399,7 +399,7 @@ get_uptime() { ;; "AIX" | "IRIX" | "HP-UX") - t="$(LC_ALL=POSIX UNIX95= ps -o etime= -p 1)" + t="$(LC_ALL=POSIX UNIX95=1 ps -o etime= -p 1)" d="0" h="0" case "$t" in *"-"*) d="${t%%-*}"; t="${t#*-}";; esac case "$t" in *":"*":"*) h="${t%%:*}"; t="${t#*:}";; esac