9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Ori Bernstein <ori@eigenstate.org>
To: 9front@9front.org
Subject: Front9port: Still using $PLAN9, patch included.
Date: Thu, 25 May 2017 20:14:52 -0700	[thread overview]
Message-ID: <20170525201452.2a7d5dd24728e36c3d7d837e@eigenstate.org> (raw)

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


             reply	other threads:[~2017-05-26  3:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-26  3:14 Ori Bernstein [this message]
2017-05-27 21:05 ` [9front] " Ian Sutton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170525201452.2a7d5dd24728e36c3d7d837e@eigenstate.org \
    --to=ori@eigenstate.org \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).