$OpenBSD: patch-baraction_sh,v 1.1 2011/08/03 15:21:18 robert Exp $
--- baraction.sh.orig	Wed Aug  3 17:20:10 2011
+++ baraction.sh	Wed Aug  3 17:20:35 2011
@@ -12,7 +12,7 @@ print_date() {
 }
 
 print_mem() {
-	MEM=`/usr/bin/top | grep Free: | cut -d " " -f7`
+	MEM=`/usr/bin/top | grep Free: | cut -d " " -f6`
 	echo -n "Free mem: $MEM  "
 }
 
