Skip to content

Commit

Permalink
Remove Windows-specific help message in emsdk list.
Browse files Browse the repository at this point in the history
  • Loading branch information
juj committed Sep 25, 2015
1 parent bffec00 commit 8d1ad85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emsdk
Original file line number Diff line number Diff line change
Expand Up @@ -1631,7 +1631,7 @@ def main():
print('Items marked with * are activated for the current user.')
if has_partially_active_tools[0]:
env_cmd = 'emsdk_env.bat' if WINDOWS else 'source ./emsdk_env.sh'
print('Items marked with (*) are selected for use, but your current shell environment is not configured to use them. Type "' + env_cmd + '" to set up your current shell to use them, or call "emsdk activate --global <name_of_sdk>" to permanently activate them.')
print('Items marked with (*) are selected for use, but your current shell environment is not configured to use them. Type "' + env_cmd + '" to set up your current shell to use them' + (', or call "emsdk activate --global <name_of_sdk>" to permanently activate them.' if WINDOWS else '.'))
if not show_old:
print('')
print("To access the historical archived versions, type 'emsdk list --old'")
Expand Down

0 comments on commit 8d1ad85

Please sign in to comment.