This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: make check


larsbj@lyx.org (Lars Gullik Bjønnes) writes:
> On the latest cvs the bash in mkcheck is 
> 
> #!/usr/clocal/bin/bash
> 
> does not seem like a common path to me. Should perhaps configure check
> where bash can be found and set the correct one in mkcheck and other
> script.

Or use

   #!/usr/bin/env bash

to search $PATH for bash.

- Hari
-- 
Raja R Harinath ------------------------------ harinath@cs.umn.edu
"When all else fails, read the instructions."      -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing."   -- Roy L Ash

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]