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