SKcoch / optiboot

Automatically exported from code.google.com/p/optiboot
0 stars 0 forks source link

bash should be used instead of sh #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Ubuntu-based distros use dash instead of bash:

$ ls -l `which sh`
lrwxrwxrwx 1 root root 4 Aug 15  2012 /bin/sh -> dash

Dash being rather limited fails the baudcheck script:

baudcheck.tmp.sh: 7: baudcheck.tmp.sh: Bad substitution

This can be fixed by replacing the following Makefile line:

- @sh baudcheck.tmp.sh

with:

- @bash baudcheck.tmp.sh

Original issue reported on code.google.com by l...@monda.hu on 30 Sep 2013 at 7:43

GoogleCodeExporter commented 9 years ago

Original comment by wes...@gmail.com on 27 Jun 2014 at 6:43

GoogleCodeExporter commented 9 years ago
Issue 86 has been merged into this issue.

Original comment by wes...@gmail.com on 28 Jun 2014 at 2:31

GoogleCodeExporter commented 9 years ago
https://code.google.com/p/optiboot/source/detail?r=a10ef5c935a11a0e656927cd5e9b3
06937203f52
(Version 6.0)
except on windows, where we still use "sh", because that's what's in winavr.

Original comment by wes...@gmail.com on 28 Jun 2014 at 9:04

GoogleCodeExporter commented 9 years ago
Issue 85 has been merged into this issue.

Original comment by wes...@gmail.com on 28 Jun 2014 at 9:13