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:
parent
d7625b5c2d
commit
b08f4b0da9
2 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
|||
[ "${input1: -2}" = /. ]
|
||||
[ "${input2: -2}" = /. ]
|
||||
|
||||
mkdir $out
|
||||
echo $(cat $input1/foo)$(cat $input2/bar) > $out/foobar
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue