Commit f0536598 authored by Russ Cox's avatar Russ Cox

fix build

R=kaib
OCL=34823
CL=34823
parent e4eaf4c2
...@@ -44,7 +44,7 @@ do ...@@ -44,7 +44,7 @@ do
do do
export F=$(basename $i .go) export F=$(basename $i .go)
export D=$dir 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 if ! sh $RUNFILE >$TMP1FILE 2>$TMP2FILE
then then
echo echo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment