guix-devel
[Top][All Lists]
Advanced

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

Re: Making the case for GNU Guix ... advice sought


From: Ludovic Courtès
Subject: Re: Making the case for GNU Guix ... advice sought
Date: Sun, 28 Feb 2016 14:52:28 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

"Cook, Malcolm" <address@hidden> skribis:

> What is not clear to me is whether bash is assumed elsewhere in guix.... for 
> instance, the fact that 
>
>       guix package --search-paths
>
> reports environment variables in bash syntax.

In practice it’s almost plain Bourne shell syntax.  I think the only
“Bashism” is the mixed assignment and export (“export VAR=value”), which
is supported by most Bourne-compatible shells I believe (Dash being an
exception.)

> Any insights here?

The ‘etc/profile’ file that is created within profiles, such as
~/.guix-profile/etc/profile, uses the same syntax as above.

I don’t think there are other places in the user interfaces where Bash
is expected.

Thanks,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]