mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
shellcheck fix functional/dyn-drv/build-built-drv.sh
This commit is contained in:
parent
9f26c20ebd
commit
59791082fa
2 changed files with 1 additions and 2 deletions
|
|
@ -23,4 +23,4 @@ requireDaemonNewerThan "2.30pre20250515"
|
|||
|
||||
out2=$(nix build "${drvDep}^out^out" --no-link)
|
||||
|
||||
test $out1 == $out2
|
||||
test "$out1" == "$out2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue