[Solaris bindist] Re: ANNOUNCE: GHC 7.8.1 Release Candidate 1
Christian Maeder
Christian.Maeder at dfki.de
Wed Feb 5 16:02:10 UTC 2014
Am 05.02.2014 16:45, schrieb Roman Cheplyaka:
> * Christian Maeder <Christian.Maeder at dfki.de> [2014-02-05 16:28:50+0100]
>> This happens, because our /bin/sh is a "real" sh (and not a bash)
>> that only allows to "export LD_LIBRARY_PATH" as a separate command.
>
> You mean it's a "real" sh and not a POSIX-compatible one.
> http://pubs.opengroup.org/onlinepubs/009695399/utilities/export.html
Whatever it is, maybe it is a Korn Shell under (older) Solaris, it does
not support:
export name=word
One has to write:
name=word
export name
C.
>
> Roman
>
More information about the Glasgow-haskell-users
mailing list