Author: ai0867
Date: Sun Oct 17 00:33:15 2010
New Revision: 47068
URL: http://svn.gna.org/viewcvs/wesnoth?rev=47068&view=rev
Log:
Get rid of a bashism
Modified:
trunk/utils/png_format_check.sh
Modified: trunk/utils/png_format_check.sh
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/png_format_check.sh?rev=47068&r1=47067&r2=47068&view=diff
==============================================================================
--- trunk/utils/png_format_check.sh (original)
+++ trunk/utils/png_format_check.sh Sun Oct 17 00:33:15 2010
@@ -65,7 +65,7 @@
report_file $i 'palette'
else
other=$(($other+1))
- report_file $i "`sed -e 's/^.*(//;s/).*$//;' <<< $result`"
+ report_file $i "`echo $result | sed -e 's/^.*(//;s/).*$//;'`"
echo $result
fi
done
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits