From 076e97aee176afce9c51eef9c5cd39bbf0609b92 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 27 Jun 2016 01:23:03 -0700 Subject: Reformulate "let" helper into "with" --- core/iproute2/gen.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/iproute2') diff --git a/core/iproute2/gen.rc b/core/iproute2/gen.rc index df9b26e5..77f88cea 100644 --- a/core/iproute2/gen.rc +++ b/core/iproute2/gen.rc @@ -44,7 +44,7 @@ man=(\ )\ ) for(man in man/man8/$man.8) file share/$man '$srcdir'/$man 644 for(man in ip-address ip-link ip-route) { - let expr 's,@SYSCONFDIR@,/etc,g' --\ - build '$outdir'/$man.8 sed '$srcdir'/man/man8/$man.8.in + build '$outdir'/$man.8 sed '$srcdir'/man/man8/$man.8.in ; with\ + expr s,@SYSCONFDIR@,/etc,g file share/man/man8/$man.8 '$outdir'/$man.8 644 } -- cgit v1.2.3