Skip to content

Commit

Permalink
Typo in search pattern for finding TA partition.
Browse files Browse the repository at this point in the history
  • Loading branch information
DevShaft committed Aug 18, 2013
1 parent d31497f commit 1727b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/backup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if "!backup_taPartitionName!" == "-1" goto:eof
echo -
)
set /p "=Searching for Operator Name..." < nul
tools\adb shell su -c "%BB% cat /dev/block/%1 | %BB% grep -s -m 1 -c 'OP_Name='">tmpbak\backup_matchOP_Name
tools\adb shell su -c "%BB% cat /dev/block/%1 | %BB% grep -s -m 1 -c 'OP_NAME='">tmpbak\backup_matchOP_Name
set /p backup_matchOP_Name=<tmpbak\backup_matchOP_Name
if "!backup_matchOP_Name!" == "1" (
echo +
Expand Down

0 comments on commit 1727b04

Please sign in to comment.