9front - general discussion about 9front
 help / color / mirror / Atom feed
* Front9port: Still using $PLAN9, patch included.
@ 2017-05-26  3:14 Ori Bernstein
  2017-05-27 21:05 ` [9front] " Ian Sutton
  0 siblings, 1 reply; 2+ messages in thread
From: Ori Bernstein @ 2017-05-26  3:14 UTC (permalink / raw)
  To: 9front

It was failing when building yacc, so I fixed it:

diff -r ee62aac29015 src/lib9/get9root.c
--- a/src/lib9/get9root.c       Sun Apr 09 08:35:33 2017 -0500
+++ b/src/lib9/get9root.c       Thu May 25 20:13:12 2017 -0700
@@ -9,7 +9,7 @@
        if(s)
                return s;

-       if((s = getenv("PLAN9")) != 0)
+       if((s = getenv("PLAN9FRONT")) != 0)
                return s;
        /* could do better - search $PATH */
        s = "/usr/local/plan9";

-- 
    Ori Bernstein


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9front] Front9port: Still using $PLAN9, patch included.
  2017-05-26  3:14 Front9port: Still using $PLAN9, patch included Ori Bernstein
@ 2017-05-27 21:05 ` Ian Sutton
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Sutton @ 2017-05-27 21:05 UTC (permalink / raw)
  To: 9front

On Thu, May 25, 2017 at 08:14:52PM -0700, Ori Bernstein wrote:
> It was failing when building yacc, so I fixed it:

thanks, committed: 9f7a32021974

ian


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-05-27 21:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-26  3:14 Front9port: Still using $PLAN9, patch included Ori Bernstein
2017-05-27 21:05 ` [9front] " Ian Sutton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).