Skip to content

Commit

Permalink
Merge pull request mozilla-b2g#419 from Seinlin/bug-1137059
Browse files Browse the repository at this point in the history
Bug 1137059 - Force delete svoperapps and do not redirect standard output to null. r=dhylands
  • Loading branch information
seinlin committed Mar 3, 2015
2 parents c3275b8 + f47be4e commit 73a8a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ delete_extra_gecko_files_on_device()

delete_single_variant_persist()
{
run_adb shell rm -r /persist/svoperapps > /dev/null
run_adb shell 'rm -rf /persist/svoperapps'
}

flash_gecko()
Expand Down

0 comments on commit 73a8a50

Please sign in to comment.