diff --git a/pfetch b/pfetch index 145c69b..b3cb1b0 100755 --- a/pfetch +++ b/pfetch @@ -178,7 +178,7 @@ get_uptime() { # The uptime format from 'sysctl' needs to be subtracted from # the current time in seconds. - s="$(($(date +%s) - s))" + s=$(($(date +%s) - s)) ;; esac