fix build

R=kaib
OCL=34823
CL=34823
This commit is contained in:
Russ Cox 2009-09-18 21:17:16 -07:00
parent e4eaf4c24e
commit f0536598b1

View File

@ -44,7 +44,7 @@ do
do
export F=$(basename $i .go)
export D=$dir
sed '/^\/\//!q; s|//||g; s|./\$A.out|$E &|' $i >$RUNFILE
sed '/^\/\//!q' $i | sed 's@//@@; $d' |sed 's|./\$A.out|$E &|' >$RUNFILE
if ! sh $RUNFILE >$TMP1FILE 2>$TMP2FILE
then
echo