rcm
rcm copied to clipboard
`rcup -g` has incorrect behaviour with hooks
When I generate the install.sh file, I want it to run the hooks as well.
Running rcup -g generates it so it maintains the symlinks, but it doesn't run the hooks on the generated shell script. Instead, it runs them as if I wanted to apply rcup.
The -g flag is interesting because I wanted to avoid having it be a quine.
That said, it makes sense for -g to run the hooks. I would definitely accept a patch that did this.
Perfect. I’ll work on this!