]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
TEST-04-FULL-SYSTEMD: call xargs with "-r"
authorHarald Hoyer <harald@redhat.com>
Wed, 26 Jun 2013 07:16:04 +0000 (09:16 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 26 Jun 2013 07:16:04 +0000 (09:16 +0200)
test/TEST-04-FULL-SYSTEMD/test.sh

index 6c972a32e4b5c2d800c74c3b256859e82fd3f8f5..aaed32acfb059bb5d61fbcfb9c60127439a81ef6 100755 (executable)
@@ -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