1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 01:51:47 +02:00

Test string semantics a bit more

This commit is contained in:
Eelco Dolstra 2013-10-17 01:12:43 +02:00
parent d7625b5c2d
commit b08f4b0da9
2 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,6 @@
[ "${input1: -2}" = /. ]
[ "${input2: -2}" = /. ]
mkdir $out
echo $(cat $input1/foo)$(cat $input2/bar) > $out/foobar