Dannysmith96 / insertcoin-m7-nightly

Automatically exported from code.google.com/p/insertcoin-m7-nightly
0 stars 0 forks source link

r83 #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
https://code.google.com/p/insertcoin-m7-nightly/source/detail?r=83

RecoveryBLK=$(cat /proc/emmc | grep -w recovery | cut -d':' -f1)

to

RecoveryBLK=$(grep -w recovery /proc/emmc | cut -d':' -f1)

cat not required?

Original issue reported on code.google.com by mathias....@gmail.com on 9 Sep 2014 at 12:18