install_helper doesn't handle group names with spaces #40
Yükleniyor…
x
Yeni konuda referans
Bir kullanıcı engelle
Herhangi bir açıklama sağlanmadı.
"%!s()" Dalını Sil
Bir dalı silmek kalıcıdır. Her ne kadar silinen dal tamamen kaldırılana kadar çok kısa bir süre yaşamını sürdürse de, çoğu durumda bu işlem GERİ ALINAMAZ. Devam edilsin mi?
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.