Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing the handling of dhcpcd arguments with spaces #48

Closed
wants to merge 1 commit into from

Conversation

kmartin36
Copy link
Contributor

Signed-off-by: Kevin Martin kevinmbecause@gmail.com

Signed-off-by: Kevin Martin kevinmbecause@gmail.com
@gjaekel
Copy link

gjaekel commented Oct 19, 2023

I also stepped into this, see

Bug: https://bugs.gentoo.org/881039#c4

To keep the surrounding quotes, one may use

    *) dhcpcd -x $(printf '"%s" ' $args) ${IFACE}" ;;

but I don't see a reason for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants