Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / ibrik / node_modules / .bin / which.cmd
1 @IF EXIST "%~dp0\node.exe" (
2   "%~dp0\node.exe"  "%~dp0\..\which\bin\which" %*
3 ) ELSE (
4   @SETLOCAL
5   @SET PATHEXT=%PATHEXT:;.JS;=;%
6   node  "%~dp0\..\which\bin\which" %*
7 )