blob: 8234cdc428fa5aa59cd2909ef6c43db0375ea16d [file] [log] [blame] [edit]
# Detect Android and do the needful
if [ -e /system/build.prop ]; then
mount -o rw,remount /
mkdir -p /bin
cp /system/bin/sh /bin/sh
fi