You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by za...@apache.org on 2014/07/29 08:44:12 UTC

[4/5] git commit: remove echo

remove echo


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

Branch: refs/heads/master
Commit: 6ad6b1aff76528faa2b17feeeda4d3d3c2b7d2b7
Parents: cf158d8
Author: Willy Aguirre <ma...@gmail.com>
Authored: Mon Jul 28 17:57:17 2014 -0500
Committer: Willy Aguirre <ma...@gmail.com>
Committed: Mon Jul 28 17:57:17 2014 -0500

----------------------------------------------------------------------
 bin/templates/project/cordova/clean.bat | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/blob/6ad6b1af/bin/templates/project/cordova/clean.bat
----------------------------------------------------------------------
diff --git a/bin/templates/project/cordova/clean.bat b/bin/templates/project/cordova/clean.bat
index 95840a8..f7f898f 100644
--- a/bin/templates/project/cordova/clean.bat
+++ b/bin/templates/project/cordova/clean.bat
@@ -19,9 +19,8 @@
 SET script_path="%~dp0clean"
 IF EXIST %script_path% (
 	node %script_path% %*
-	ECHO Cleaning Firefoxos project
 ) ELSE (
 	ECHO.
-    	ECHO ERROR: Could not find 'clean' script in 'cordova' folder, aborting...>&2
-    	EXIT /B 1
+    ECHO ERROR: Could not find 'clean' script in 'cordova' folder, aborting...>&2
+    EXIT /B 1
 )