On Sat, 15 Dec 2018 11:30:33 -0500 Robert McBroom via users users@lists.fedoraproject.org wrote:
In f27 there were a few lines before a script would execute. Now in f29 they go on and on and on. Saw a message about a setting that would control the clutter but I can't remember where.
Here is the hash--
sh -v ./goboy1.sh & $ module () { _module_raw "$@" 2>&1 }
[snip]
#!/bin/bash
Finally my code can run. What gives?
This is just a guess, but it looks like it is checking whether the command is a module or rpm, since modules and rpms now co-exist on the system, and each have their own repositories.
I am unaware of a command to control this, perhaps someone else can provide that.