commit 68423809df94ea91ff9ab91c9b703720449b61a4 parent c303e1a6123fffdd25e495ab417d7f55ddb19619 Author: Jan Pobrislo <ccx@te2000.cz> Date: Wed, 12 Nov 2025 21:43:28 +0000 Exec into argv from ns_mounts_to_env Diffstat:
| M | src/ns_mounts_to_env | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ns_mounts_to_env b/src/ns_mounts_to_env @@ -41,4 +41,4 @@ END{ print "NS_MTP_COUNT=" count } ' /proc/self/mountinfo) || exit $? -exec execlineb -s0 -c "$prog" "$@" +exec execlineb -s0 -c "$prog \$@" "$@"