mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
parent
612fc76020
commit
cc9fe4dee7
13 changed files with 102 additions and 106 deletions
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
echo "PATH=$PATH"
|
||||
|
||||
# Verify that the PATH is empty.
|
||||
|
@ -5,7 +7,6 @@ if mkdir foo 2> /dev/null; then exit 1; fi
|
|||
|
||||
# Set a PATH (!!! impure).
|
||||
export PATH=$goodPath
|
||||
mkdir "$out"
|
||||
|
||||
mkdir $out
|
||||
|
||||
echo "Hello World!" > $out/hello
|
||||
echo "Hello World!" > "$out"/hello
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue