Fix sudo shim causing incorrect argument parsing (#310)
This commit is contained in:
committed by
Marcos Nils
parent
857bbe30cb
commit
a20a7c6111
@@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
# This is shim to help with the case were pasted commands from a readme assume you are not root. Since this isto be run by root, it should effectively be a dummy command that allows the parameters to pass through.
|
# This is shim to help with the case were pasted commands from a readme assume you are not root. Since this isto be run by root, it should effectively be a dummy command that allows the parameters to pass through.
|
||||||
|
|
||||||
exec $@
|
exec "$@"
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
# This is shim to help with the case were pasted commands from a readme assume you are not root. Since this isto be run by root, it should effectively be a dummy command that allows the parameters to pass through.
|
# This is shim to help with the case were pasted commands from a readme assume you are not root. Since this isto be run by root, it should effectively be a dummy command that allows the parameters to pass through.
|
||||||
|
|
||||||
exec $@
|
exec "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user