From 292f2bffda16ec4a657f4ad0a4ab4134ce9a5f21 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sun, 3 Oct 2010 08:56:47 -0700 Subject: create_wrapper: wrappers are more useful if they pass args *coughs* Signed-off-by: Chris Larson --- classes/utils.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes') diff --git a/classes/utils.bbclass b/classes/utils.bbclass index b62bd119a3..61f3731b15 100644 --- a/classes/utils.bbclass +++ b/classes/utils.bbclass @@ -467,7 +467,7 @@ create_wrapper () { cmdname=`basename $cmd`.real cat <$cmd #!/bin/sh -exec env $@ \`dirname \$0\`/$cmdname +exec env $@ \`dirname \$0\`/$cmdname "\$@" END chmod +x $cmd } -- cgit 1.2.3-korg