1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
nix/tests/dependencies.builder0.sh
2013-10-17 01:12:43 +02:00

13 lines
196 B
Bash

[ "${input1: -2}" = /. ]
[ "${input2: -2}" = /. ]
mkdir $out
echo $(cat $input1/foo)$(cat $input2/bar) > $out/foobar
ln -s $input2 $out/input-2
# Self-reference.
ln -s $out $out/self
echo FOO