-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Upon running sudo voidnsrun -r /glibc xbps-install -Su, I got the following error: voidnsrun: invalid option -- 'S'. My guess is that voidnsrun for some reason treats -Su as a parameter for itself, instead of a parameter for the executed command (xbps-install in this case). I thought it would be an easy fix - just put xbps-install -Su into "" but I quickly found out it won't work either - the following error is thrown in that case: execvp(xbps-install -Su): No such file or directory.
Metadata
Metadata
Assignees
Labels
No labels