Guest User

Untitled

a guest
Nov 28th, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. #!/usr/bin/env bash
  2. echo "abc"
  3.  
  4. $ ./a.bash
  5. bash: BASH_FUNC_module(): line 0: syntax error near unexpected token `)'
  6. bash: BASH_FUNC_module(): line 0: `BASH_FUNC_module() () { eval `/usr/bin/modulecmd bash $*`'
  7. bash: error importing function definition for `BASH_FUNC_module'
  8. abc
  9.  
  10. $ ./a.bash
  11. abc
Add Comment
Please, Sign In to add comment