From abc715facb06e8be6146cbc9e419ce88eb25aa9c Mon Sep 17 00:00:00 2001 From: Francisco Ryan Tolmasky I Date: Tue, 27 Oct 2009 19:02:33 -0700 Subject: [PATCH] Added --force to tusk install. Reviewed by me. --- Jakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jakefile b/Jakefile index 95af69380..e88252556 100644 --- a/Jakefile +++ b/Jakefile @@ -48,7 +48,7 @@ task ("install", [$COMMONJS_DEBUG_FRAMEWORKS, "release", "debug"], function() { // FIXME: require("narwhal/tusk/install").install({}, $COMMONJS); // Doesn't work due to some weird this.print business. - OS.system("tusk install " + $COMMONJS); + OS.system("tusk install --force " + $COMMONJS); }); // Documentation