comparison forkbomb.sh @ 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 f0ceae67ebd0
children 763712cce21f
comparison
equal deleted inserted replaced
392:996b3bfb4d60 393:0e7fea529254
75 do 75 do
76 76
77 if [ ! -z "$RECORD_COMMANDS" ] 77 if [ ! -z "$RECORD_COMMANDS" ]
78 then 78 then
79 mkdir -p build/cmdlines-$i || exit 1 79 mkdir -p build/cmdlines-$i || exit 1
80 export WRAPPY_LOGDIR=`pwd`/build/cmdlines-host 80 export WRAPPY_LOGDIR=`pwd`/build/cmdlines-$i
81 fi 81 fi
82 82
83 # Build sequentially. 83 # Build sequentially.
84 84
85 if [ "$1" == "--nofork" ] 85 if [ "$1" == "--nofork" ]