Comparing version 0.1.4 to 0.1.5
@@ -159,3 +159,3 @@ var waitfor = require('./waitfor'), | ||
if (builtIn) return builtIn; | ||
else if (executableExists(v.match(/^\s*(\S+)/)[1])) return substituteTilde(substituteVars(v.replace('\'', '\\\'').replace(/^\s*(.*?);?$/g, 'spawnSync(\'$1\');'))); | ||
else if (executableExists(v.match(/^\s*(\S+)/)[1])) return substituteTilde(substituteVars(v.replace(/'/g, '\\\'').replace(/^\s*(.*?);?$/g, 'spawnSync(\'$1\');'))); | ||
return v; | ||
@@ -162,0 +162,0 @@ } |
{ | ||
"name": "jsh", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "The JavaScript/shell interpreter.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package