Misc: Shellcheck fix
This commit is contained in:
parent
af6358fe47
commit
7141db1046
1 changed files with 1 additions and 1 deletions
2
neofetch
2
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
|
||||
|
|
Loading…
Reference in a new issue