On Thu, May 21, 2009 at 16:48, Marc Weber <marco-owe...@gmx.de> wrote:
> One example: If you source /etc/bashrc from zsh you'll get:
>
>  nixos% source /etc/bashrc
>  /etc/bashrc:37: no matches found: 
> NIX_OTHER_STORES=/var/run/nix/remote-stores/*/nix

$(test /var/run/nix/remote-stores/ && find /var/run/nix/remote-stores/
-maxdepth 2 -type d -name nix)

will also avoid wrong values inside bash.


-- 
Nicolas Pierron
http://www.linkedin.com/in/nicolasbpierron
- If you are doing something twice then you should try to do it once.
_______________________________________________
nix-dev mailing list
nix-dev@cs.uu.nl
https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Reply via email to