Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed minor typo #5

Merged
merged 1 commit into from
Mar 30, 2014
Merged

Fixed minor typo #5

merged 1 commit into from
Mar 30, 2014

Conversation

JohnNPhillips
Copy link
Contributor

No description provided.

Fusion added a commit that referenced this pull request Mar 30, 2014
@Fusion Fusion merged commit 9bf6e9c into Stericson:master Mar 30, 2014
@@ -362,7 +362,7 @@ public boolean deleteFileOrDirectory(String target, boolean remountAsRw) {
}
} else {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change "else" to "if"
change

@@ -362,7 +362,7 @@ public boolean deleteFileOrDirectory(String target, boolean remountAsRw) {
}
} else {
if (checkUtil("busybox") && hasUtil("rm", "busybox")) {
RootTools.log("busybox cp command is available!");
RootTools.log("busybox rm command is available!");

CommandCapture command = new CommandCapture(0, false, "busybox rm -rf " + target);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change "false" to "true"

@@ -362,7 +362,7 @@ public boolean deleteFileOrDirectory(String target, boolean remountAsRw) {
}
} else {
if (checkUtil("busybox") && hasUtil("rm", "busybox")) {
RootTools.log("busybox cp command is available!");
RootTools.log("busybox rm command is available!");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change "false" to "true"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants