mirror of
https://github.com/NixOS/nix
synced 2025-07-10 04:43:53 +02:00
Try to fix quotes that don't go to end with sed
This commit is contained in:
parent
1afac8fbbc
commit
d8ae28617d
11 changed files with 16 additions and 16 deletions
|
@ -7,7 +7,7 @@ source common.sh
|
|||
# shellcheck disable=SC1111
|
||||
needLocalStore "“--no-require-sigs” can’t be used with the daemon"
|
||||
|
||||
rm -rf "$TEST_ROOT"/binary_cache
|
||||
rm -rf "$TEST_ROOT/binary_cache"
|
||||
|
||||
export REMOTE_STORE_DIR=$TEST_ROOT/binary_cache
|
||||
export REMOTE_STORE=file://$REMOTE_STORE_DIR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue