From 802fcfe47f927cb5424b7d5b1c7f6443392df385 Mon Sep 17 00:00:00 2001 From: Alexander Sosedkin Date: Mon, 18 Mar 2019 09:42:42 +0700 Subject: [PATCH] Quote -path parameter --- script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script b/script index ac7ea17..08fad1b 100755 --- a/script +++ b/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 /"