diff --git a/fetch b/fetch index 750446dd..6c26326e 100755 --- a/fetch +++ b/fetch @@ -641,7 +641,7 @@ getmemory () { memory="${memused}MB / ${memtotal}MB" ;; - "OpenBSd" | "BSD") + "OpenBSD" | "BSD") memtotal=$(dmesg | awk '/real mem/ {printf $5}') memtotal=${memtotal/\(/} memtotal=${memtotal/MB\)/}