http://bugs.winehq.org/show_bug.cgi?id=15714
Summary: tools/font_convert.sh should be bourne compatible Product: Wine Version: 1.1.6 Platform: PC OS/Version: Linux Status: NEW Keywords: source Severity: enhancement Priority: P2 Component: tools AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Almost all of our scripts are bourne compatible, but tools/font_convert.sh isn't (configure has some errors as well, but that could be autoconf issues).
austin@austin-desktop:~/wine-git$ checkbashisms tools/font_convert.sh possible bashism in tools/font_convert.sh line 98 (bash arrays, ${name[0|*|@]}): for i in "${FONTS[@]}"; do cp $i $TMPDIR; done possible bashism in tools/font_convert.sh line 101 (bash arrays, ${name[0|*|@]}): for i in "${FONTS[@]}"; do