lix/scripts
Gabriel Gonzalez 3889415bf8 Fix ?? in Nix warning message
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.
2016-05-18 12:02:48 -07:00
..
build-remote.pl.in Remove OpenSSL-based signing 2016-05-04 11:01:48 +02:00
copy-from-other-stores.pl.in copy-from-other-stores: Use cp 2015-06-04 14:55:40 +02:00
download-from-binary-cache.pl.in Verify TLS certificate before downloading binaries 2016-01-05 14:19:46 +01:00
find-runtime-roots.pl.in Revert "Scan /proc/<pid>/cmdline for GC roots" 2013-12-20 14:18:24 +01:00
install-nix-from-closure.sh Fix ?? in Nix warning message 2016-05-18 12:02:48 -07:00
local.mk Eliminate the substituter mechanism 2016-04-29 13:57:08 +02:00
nix-build.in Merge pull request #883 from sheenobu/bugfix/ruby_shebang 2016-05-03 11:14:21 +02:00
nix-channel.in Remove manifest support 2016-04-11 16:20:15 +02:00
nix-copy-closure.in Remove OpenSSL-based signing 2016-05-04 11:01:48 +02:00
nix-http-export.cgi.in Replace wrong (w.r.t. PATH) sed call with in-shell substitution 2009-02-19 20:46:45 +00:00
nix-install-package.in Remove manifest support 2016-04-11 16:20:15 +02:00
nix-profile.sh.in Bring nix-profile.sh in line with NixOS 2016-04-10 23:45:52 +02:00
nix-push.in Add C++ functions for .narinfo processing / signing 2016-02-16 16:38:44 +01:00
nix-reduce-build.in Add support for ‘make installcheck’ 2013-11-25 18:47:03 +01:00
resolve-system-dependencies.pl.in reintroduce host deps in tandem with sandbox profiles 2015-11-21 15:57:06 -08:00
show-duplication.pl * `show-duplication.pl', a small utility that shows the amount of 2006-09-19 13:53:35 +00:00