tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: nbawk: non-terminated string echo x86_6... at source line 73



    Date:        Tue, 21 Nov 2017 20:01:01 -0500
    From:        Andrew Cagney <andrew.cagney%gmail.com@localhost>
    Message-ID:  <CAJeAr6sgeuNJx3O8ScBGtn0RQNk68nt0m8AyBy10GEXsZPdD=A%mail.gmail.com@localhost>

  | $ MAKE=nbmake PATH=/home/netbsd/hg/tools/bin:$PATH /bin/sh ./tst
  | ./tst: line 4: .: sets.subr: file not found

Oh, also unless "." is in $PATH (which is a poor idea)

  | > $ cd /usr/src/distrib/tests
  | > $ cat << EOF > tst
  | > #!/bin/sh
  | >
  | > rundir=.
  | > . sets.subr

That line needs to be . ./sets.subr
(the '.' command searches path for the named file unless it contains a '/')

kre

ps: someone who receives these messages via the list might want to forward
my replies to Andrew, gmail doesn't like to accept mail from munnari.oz.au
(most of the time.)   The best solution for this is for people to stop using
gmail - use something rational instead.



Home | Main Index | Thread Index | Old Index