-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Labels
Milestone
Description
Hello,
I am setting up a module file for the JUBE tool. This tools comes with a command to add shell completion:
https://apps.fz-juelich.de/jsc/jube/jube2/docu/commandline.html#complete
The recommanded usage is : eval "$(jube complete)"
However, the source-sh command in a module file is looking for a script file, and cannot execute a plain command. Similarly, the system command does not know of any eval binary; as it is a builtin function of the shell.
How would you call this eval command to properly setup shell completion in a module file ?
Thanks.