aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpfetch2
1 files changed, 1 insertions, 1 deletions
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