mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-12-12 20:11:09 +01:00
Quote -path parameter
This commit is contained in:
parent
92380aba23
commit
802fcfe47f
1 changed files with 1 additions and 1 deletions
2
script
2
script
|
|
@ -61,7 +61,7 @@ TGT_NIX=$(find bootstrap/nix/store -path '*/bin/nix' | sed s/^bootstrap//)
|
|||
TGT_NIX=${TGT_NIX%/bin/nix}
|
||||
echo "nix derivation found at $TGT_NIX"
|
||||
|
||||
TGT_CACERT=$(find bootstrap/nix/store -path *-nss-cacert-*/ca-bundle.crt | sed s/^bootstrap//)
|
||||
TGT_CACERT=$(find bootstrap/nix/store -path '*-nss-cacert-*/ca-bundle.crt' | sed s/^bootstrap//)
|
||||
echo "cacert found at $TGT_CACERT"
|
||||
|
||||
PROOT_CMD="./proot-host -q ./qemu-aarch64 -r bootstrap -w /"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue