fixing column flags for splitter. also need to fix some persistent issues with end...
[feisty_meow.git] / scripts / core / inventory.sh
index 4e88af11f526ff36ae551d1676c2845c2cc751f2..d4a00e5c0ed7999e1bcb9f738a307979dee15c6f 100644 (file)
@@ -37,7 +37,7 @@ fi
 
 # decide whether they've got splitter available or not.
 if [ -f "$BINDIR/splitter" -o -f "$BINDIR/splitter.exe" ]; then
-  splitter="$BINDIR/splitter"
+  splitter="$BINDIR/splitter --maxcol $(($COLUMNS - 1))"
 else
   # not available, so just emit as huge overly long string.
   splitter="cat"