You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2013/06/12 18:18:36 UTC

[2/3] android commit: Forgot to update this so that it doesn't destroy someone's project, FAIL

Forgot to update this so that it doesn't destroy someone's project, FAIL


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/187c6a6b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/187c6a6b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/187c6a6b

Branch: refs/heads/2.8.x
Commit: 187c6a6bd19e9da357362c183894c6f8fba78c70
Parents: bc04ce4
Author: Joe Bowser <bo...@apache.org>
Authored: Tue Jun 4 14:28:16 2013 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Tue Jun 11 11:19:08 2013 -0700

----------------------------------------------------------------------
 bin/update | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/187c6a6b/bin/update
----------------------------------------------------------------------
diff --git a/bin/update b/bin/update
index 9a968b1..20440d4 100755
--- a/bin/update
+++ b/bin/update
@@ -64,8 +64,6 @@ function createAppInfoJar {
 
 function on_error {
     echo "An unexpected error occurred: $previous_command exited with $?"
-    echo "Deleting project..."
-    [ -d "$PROJECT_PATH" ] && rm -rf "$PROJECT_PATH"
     exit 1
 }