From d0753fc7eb83587ae0e7174e77a2aaec91c94dcc Mon Sep 17 00:00:00 2001 From: Ryan Boller Date: Thu, 1 Jun 2017 17:33:06 -0400 Subject: [PATCH] Reverted the exec config and fetch commands to not open in a new bash shell for debugging --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 37241add0b..ba658867b6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -343,7 +343,7 @@ module.exports = function(grunt) { exec: { config: { - command:"bash -c \"PATH=" + pythonPath + ":\"${PATH}\" bin/wv-options-build \"" + env + command: "PATH=python/bin:${PATH} bin/wv-options-build " + env }, // After removing JavaScript and CSS files that are no longer @@ -354,7 +354,7 @@ module.exports = function(grunt) { }, fetch: { - command: "bash -c \"PATH=" + pythonPath + ":\"${PATH}\" FETCH_GC=1 bin/wv-options-build \"" + env + command: "PATH=python/bin:${PATH} FETCH_GC=1 bin/wv-options-build " + env }, node_packages: { command: 'npm update'