--- toast-linux	2004/07/15 00:48:15	1.91
+++ toast-linux	2004/07/15 06:16:10	1.92
@@ -1003,8 +1003,8 @@
 
 start="`date +'%s'`"
 
-[ -n "$LINES" ] && LINES=50
-[ -n "$COLUMNS" ] && COLUMNS=80
+[ -z "$LINES" ] && LINES=50
+[ -z "$COLUMNS" ] && COLUMNS=80
 
 if [ "$1" = "init" ]; then
   [ -n "$TASK_INIT" ] && exit 0