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(a)winehq.org ReportedBy: austinenglish(a)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(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.