install_helper doesn't handle group names with spaces #40
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For example, my group is something like "MYDOMAIN\Domain Users" (out of my control). When it attempts to
chown
the files, it fails:I believe it's because the group (and username) are not being guarded when used in
install_helper.sh
:That is unfortunate.
I will accept a PR if you want to find out where those places are and add quotes or escapes or whatever it needs to be.