fbs annotate 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
rev   line source
pankso@5 1 #!/bin/sh
pankso@5 2 # Expand the progress bar
pankso@5 3
pankso@5 4 width=$(fbset | fgrep "geometry" | cut -d " " -f 2)
pankso@5 5 bar_width=$(($width - 160))
pankso@5 6
pankso@5 7 sed -i s"/BAR_WIDTH=.*/BAR_WIDTH=$bar_width/" \
pankso@5 8 $(dirname $0)/splash.cfg