Hello, Lluís Batlle <[email protected]> writes:
> Ikiwiki used the gcc wrapper, but did not use coreutils. > Ikiwiki is run through a cgi called from Apache, which does not have > coreutils in the path, and when calling the gcc wrapper I saw that the > wrapper needs 'cat'. Aaaah, I understand, thanks for clarifying. If you want to avoid �...@coreutils@/bin/cat”, you may be able to just “sed -e"s|\<cat\>|$(type -P cat)|g"”. Thanks, Ludo’. _______________________________________________ nix-dev mailing list [email protected] https://mail.cs.uu.nl/mailman/listinfo/nix-dev
