fbs view themes/default/init.sh @ rev 8

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 12:27:47 2019 +0100 (2019-02-26)
parents
children
line source
1 #!/bin/sh
2 # Expand the progress bar
4 width=$(fbset | fgrep "geometry" | cut -d " " -f 2)
5 bar_width=$(($width - 160))
7 sed -i s"/BAR_WIDTH=.*/BAR_WIDTH=$bar_width/" \
8 $(dirname $0)/splash.cfg