Remove reference to old bat file.

This commit is contained in:
Jukka Jylänki
2014-07-07 12:27:10 +03:00
parent 7a3d756bb3
commit 8992935e30

2
emsdk
View File

@@ -539,7 +539,7 @@ JS_ENGINES = [NODE_JS]
path_add = get_required_path(active_tools)
if not WINDOWS:
print "To conveniently access the selected set of tools from the command line, consider adding the following directories to PATH, or call '" + ('' if WINDOWS else 'source ') + os.path.relpath(sdk_path('emsdk_add_path')) + "' to do this for you."
print "To conveniently access the selected set of tools from the command line, consider adding the following directories to PATH, or call '" + ('' if WINDOWS else 'source ') + os.path.relpath(sdk_path('emsdk_env')) + "' to do this for you."
print ''
print ' ' + ENVPATH_SEPARATOR.join(path_add)