]> git.draconx.ca Git - fvwmconf.git/commit
Fix resize.sh to work in dash.
authorNick Bowler <nbowler@draconx.ca>
Thu, 9 Apr 2015 03:00:10 +0000 (23:00 -0400)
committerNick Bowler <nbowler@draconx.ca>
Thu, 9 Apr 2015 03:00:10 +0000 (23:00 -0400)
commitcb413f94ce2cd07780082b28613856651082a925
treee41434d153847e93c0bdc8872fe65021c91c732a
parent61db326451517da54d7bf4ec3216effd5a774900
Fix resize.sh to work in dash.

"echo -n" is not portable to dash, so this script breaks horribly.
Avoid that, but also just rewrite the script because those shell
tests are awful and we can do better with grid coordinates.
scripts/resize.sh