rcm icon indicating copy to clipboard operation
rcm copied to clipboard

`rcup -g` has incorrect behaviour with hooks

Open andremedeiros opened this issue 6 years ago • 2 comments

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.

andremedeiros avatar Nov 27 '17 14:11 andremedeiros

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.

mike-burns avatar Jul 06 '18 15:07 mike-burns

Perfect. I’ll work on this!

andremedeiros avatar Jul 09 '18 18:07 andremedeiros