From: Harald Hoyer Date: Wed, 26 Jun 2013 07:16:04 +0000 (+0200) Subject: TEST-04-FULL-SYSTEMD: call xargs with "-r" X-Git-Tag: 030~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d59a84b53b50c517fbf3909b49231d6b3ca9e0c;p=thirdparty%2Fdracut.git TEST-04-FULL-SYSTEMD: call xargs with "-r" --- diff --git a/test/TEST-04-FULL-SYSTEMD/test.sh b/test/TEST-04-FULL-SYSTEMD/test.sh index 6c972a32e..aaed32acf 100755 --- a/test/TEST-04-FULL-SYSTEMD/test.sh +++ b/test/TEST-04-FULL-SYSTEMD/test.sh @@ -203,7 +203,7 @@ EOF cp -a /etc/ld.so.conf* $initdir/etc ldconfig -r "$initdir" ddebug "Strip binaeries" - find "$initdir" -perm +111 -type f | xargs strip --strip-unneeded | ddebug + find "$initdir" -perm +111 -type f | xargs -r strip --strip-unneeded | ddebug # copy depmod files inst /lib/modules/$kernel/modules.order