wok view blender/stuff/blender @ rev 7271

Added printable patch fix to busybox. Now ls command can display the utf-8 filename. Thanks to a bug report in mailing list for the patch.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Nov 15 04:56:01 2010 +0000 (2010-11-15)
parents
children
line source
1 #!/bin/sh
3 if [ ! -d $HOME/.blender ]; then
4 cp -r /usr/share/blender $HOME/.blender
5 fi
7 exec blender-bin