about summary refs log blame commit diff
path: root/tests/dependencies.builder0.sh
blob: dc0bd9a9bb000db73885865e8ef7bd2480976c29 (plain) (tree)
1
2
3
4
5
6
7


                                                       



                          
mkdir $out
echo $(cat $input1/foo)$(cat $input2/bar) > $out/foobar

ln -s $input2 $out/input-2

# Self-reference.
ln -s $out $out/self