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