You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/05/14 02:09:44 UTC

[02/24] git commit: exit(0) should be exit(1), according to J.Soref

exit(0) should be exit(1), according to J.Soref


Project: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/commit/9a4209c3
Tree: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/tree/9a4209c3
Diff: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/diff/9a4209c3

Branch: refs/heads/master
Commit: 9a4209c3801050b0257118c22084545dff2880b9
Parents: e45d9b5
Author: braas <br...@steckelfisch.nl>
Authored: Tue Mar 11 21:37:17 2014 +0100
Committer: braas <br...@steckelfisch.nl>
Committed: Tue Mar 11 21:37:17 2014 +0100

----------------------------------------------------------------------
 bin/templates/project/cordova/build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/blob/9a4209c3/bin/templates/project/cordova/build
----------------------------------------------------------------------
diff --git a/bin/templates/project/cordova/build b/bin/templates/project/cordova/build
index 43a8394..9b49762 100755
--- a/bin/templates/project/cordova/build
+++ b/bin/templates/project/cordova/build
@@ -24,5 +24,5 @@ console.log("Build is not implemented");
 if (process.getuid) {
   console.log('Current uid: ' + process.getuid());
 }
-process.exit(0);
+process.exit(1);