1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
nix/tests/dependencies.builder0.sh

17 lines
274 B
Bash
Raw Normal View History

2013-10-16 19:12:43 -04:00
[ "${input1: -2}" = /. ]
[ "${input2: -2}" = /. ]
2004-05-04 09:22:33 -04:00
mkdir $out
echo $(cat $input1/foo)$(cat $input2/bar) > $out/foobar
ln -s $input2 $out/reference-to-input-2
# Self-reference.
ln -s $out $out/self
2014-02-26 12:59:01 -05:00
# Executable.
echo program > $out/program
chmod +x $out/program
echo FOO