mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
Nix sometimes outputs a warning message like this: ``` directory /nix does not exist; creating it by running ‘?? using sudo ``` ... when it really meant to output something that looked like this: ``` directory /nix does not exist; creating it by running 'mkdir -m 0755 /nix && chown gabriel /nix' using sudo ``` The reason why is due to some bizarre behavior in Bash where it will translate anything of the form `$x’` to `??`, leading to the incorrect warning message. I don't know what is the origin of this Bash behavior, but the easiest fix is to just use ASCII quotes instead of unicode quotes. |
||
|---|---|---|
| .. | ||
| build-remote.pl.in | ||
| copy-from-other-stores.pl.in | ||
| download-from-binary-cache.pl.in | ||
| find-runtime-roots.pl.in | ||
| install-nix-from-closure.sh | ||
| local.mk | ||
| nix-build.in | ||
| nix-channel.in | ||
| nix-copy-closure.in | ||
| nix-http-export.cgi.in | ||
| nix-install-package.in | ||
| nix-profile.sh.in | ||
| nix-push.in | ||
| nix-reduce-build.in | ||
| resolve-system-dependencies.pl.in | ||
| show-duplication.pl | ||