From 91ccdb60592b27ef18fb264fe88376557e3c6da8 Mon Sep 17 00:00:00 2001 From: Paul Vorbach Date: Fri, 6 Jan 2012 11:06:39 +0100 Subject: [PATCH] Fix sh shim --- lib/utils/cmd-shim.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/cmd-shim.js b/lib/utils/cmd-shim.js index fbd3235bb8a..53a9365a6de 100644 --- a/lib/utils/cmd-shim.js +++ b/lib/utils/cmd-shim.js @@ -129,7 +129,7 @@ function writeShim_ (from, to, prog, args, cb) { log.warn("Could not write "+to, "shShim") } cb(er) - } + }) } }) }