[erlang-questions] : ./configure

Richard A. O'Keefe ok@REDACTED
Wed Sep 3 01:52:16 CEST 2008


On 2 Sep 2008, at 8:25 pm, Raimo Niskanen wrote:
> uname -a
> cat '/etc/*release*'
> echo $PATH
> echo $LD_LIBRARY_PATH
> env

My SPARC has an /etc/release.
I have an account on a Linux box which has an /etc/redhat-release.
My Mac does not have any "release" file at all in /etc.

But on all of them, '/etc/*release*' finds nothing
because of the single quotes.  Use
cat /etc/*release*
without the quotes.




More information about the erlang-questions mailing list