From d9ec121f85de3877a5d25a10435f4ccc1d34cf6e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 13 Oct 2017 22:22:51 +0200 Subject: perl_checker cleanups --- iurt_root_command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iurt_root_command b/iurt_root_command index e332717..87b5c5e 100755 --- a/iurt_root_command +++ b/iurt_root_command @@ -420,7 +420,7 @@ sub netns_create { system("ip", "netns", "add", $nsname) and return; system("ip", "netns", "exec", $nsname, "ifconfig", "lo", "up"); # We don't configure a DNS server so make sure one is not excepted - system("sed -i 's|^hosts:.*|hosts: files|' $dest/etc/nsswitch.conf"); + system('sed', '-i', 's|^hosts:.*|hosts: files|', "$dest/etc/nsswitch.conf"); # Some packages want a default route system("ip", "netns", "exec", $nsname, "ip", "route", "add", "0.0.0.0/0", "dev", "lo"); my $hostname = `hostname`; -- cgit v1.2.1