From: Omar Sandoval <[email protected]>
Signed-off-by: Omar Sandoval <[email protected]>
---
common/rc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/rc b/common/rc
index 76515e2b..6304d690 100644
--- a/common/rc
+++ b/common/rc
@@ -2417,7 +2417,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
--
2.11.1
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html