changeset 7:b6ece07bec6a draft

planemo upload commit 45906ba522c7c319067e93d5cd5d7161223c3336
author bcclaywell
date Mon, 12 Oct 2015 15:59:59 -0400
parents 3c50a937d7c1
children 35f9b833e12b
files util.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/util.sh	Wed Apr 15 19:14:23 2015 -0400
+++ b/util.sh	Mon Oct 12 15:59:59 2015 -0400
@@ -46,7 +46,7 @@
 
 set -eux
 
-xargs -n 1 -0 < /proc/self/environ > env.log
+env > env.log
 
 START_TIME=$(timer)
 trap on_exit EXIT