slitaz-base-files rev 249 5.6.3

libtaz.sh: fix bug with installing coreutils-line package
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon May 26 15:59:05 2014 +0300 (2014-05-26)
parents e21df87f1677
children f6ba778e572e
files rootfs/lib/libtaz.sh
line diff
     1.1 --- a/rootfs/lib/libtaz.sh	Mon May 26 14:26:36 2014 +0300
     1.2 +++ b/rootfs/lib/libtaz.sh	Mon May 26 15:59:05 2014 +0300
     1.3 @@ -38,7 +38,7 @@
     1.4  
     1.5  # Get terminal columns
     1.6  get_cols() {
     1.7 -	stty size 2>/dev/null | cut -d " " -f 2
     1.8 +	stty size 2>/dev/null | busybox cut -d " " -f 2
     1.9  }
    1.10  
    1.11  # Return command status. Default to colored console output.