common/rc: remove unnecessary cat in _ddt

Signed-off-by: Omar Sandoval <osandov@fb.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
Omar Sandoval
2017-02-16 18:32:48 -08:00
committed by Eryu Guan
parent b665875fa5
commit 6936aa9075
+1 -1
View File
@@ -2452,7 +2452,7 @@ _die()
# convert urandom incompressible data to compressible text data
_ddt()
{
cat /dev/urandom | od | dd iflag=fullblock ${*}
od /dev/urandom | dd iflag=fullblock ${*}
}
#takes files, randomdata