changeset 393:0e7fea529254

Fix RECORD_COMMANDS log path so the report_recorded_command.sh works.
author Rob Landley <rob@landley.net>
date Tue, 26 Aug 2008 17:40:39 -0500
parents 996b3bfb4d60
children f6802733e627
files forkbomb.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/forkbomb.sh	Tue Aug 26 17:38:25 2008 -0500
+++ b/forkbomb.sh	Tue Aug 26 17:40:39 2008 -0500
@@ -77,7 +77,7 @@
     if [ ! -z "$RECORD_COMMANDS" ]
     then
       mkdir -p build/cmdlines-$i || exit 1
-      export WRAPPY_LOGDIR=`pwd`/build/cmdlines-host
+      export WRAPPY_LOGDIR=`pwd`/build/cmdlines-$i
     fi
 
     # Build sequentially.