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
http://bugs.winehq.org/show_bug.cgi?id=15714
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Difficulty|--- |Minutes
http://bugs.winehq.org/show_bug.cgi?id=15714
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
--- Comment #1 from André H. nerv@dawncrow.de 2009-08-16 10:26:23 --- seems its getting more:
~/dev/wine$ checkbashisms -f tools/font_convert.sh possible bashism in tools/font_convert.sh line 81 (type): type -p $BDFTOPCF 1>/dev/null || { $Q echo "Can 't execute $BDFTOPCF"; exit 1; } possible bashism in tools/font_convert.sh line 82 (type): type -p $FC 1>/dev/null || { $Q echo "Can't execute $FC"; exit 1; } possible bashism in tools/font_convert.sh line 91 ('$[' should be '$(('): { while read dummy; do FONTS[$i]="$dummy"; i=$[$i+1]; done; } < $TFILE 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
http://bugs.winehq.org/show_bug.cgi?id=15714
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com
--- Comment #2 from Jerome Leclanche adys.wh@gmail.com 2012-05-17 10:33:04 CDT --- git log tools/font_convert.sh commit 360a3f914235e04216a3691390662885c1867eb1 Date: Thu May 18 14:49:52 2006 +0200
Still there.
http://bugs.winehq.org/show_bug.cgi?id=15714
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |57f97fd6a250dfcad9cffad4ffb | |a984548a60562 Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #3 from Austin English austinenglish@gmail.com 2012-05-17 15:56:32 CDT --- (In reply to comment #2)
git log tools/font_convert.sh commit 360a3f914235e04216a3691390662885c1867eb1 Date: Thu May 18 14:49:52 2006 +0200
Still there.
It was removed by 57f97fd6a250dfcad9cffad4ffba984548a60562.
http://bugs.winehq.org/show_bug.cgi?id=15714
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2012-05-25 13:43:02 CDT --- Closing bugs fixed in 1.5.5.