From ac2f665853331088b5b48f9edad609df9f79f78f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 27 Jan 2005 19:15:12 +0000 Subject: [PATCH] * Set execute permission. --- tests/init.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/init.sh b/tests/init.sh index fa3092f9ae..84d3fcf3eb 100644 --- a/tests/init.sh +++ b/tests/init.sh @@ -30,7 +30,9 @@ mkdir -p "$NIX_LOCALSTATE_DIR"/log/nix mkdir $NIX_DATA_DIR/nix cp -prd $TOP/corepkgs $NIX_DATA_DIR/nix/ # Bah, script has the prefix hard-coded. -for i in $NIX_DATA_DIR/nix/corepkgs/nar/nar.sh \ +for i in \ + $NIX_DATA_DIR/nix/corepkgs/nar/nar.sh \ + $NIX_DATA_DIR/nix/corepkgs/fetchurl/builder.sh \ $NIX_BIN_DIR/nix/download-using-manifests.pl \ $NIX_BIN_DIR/nix-prefetch-url \ $NIX_BIN_DIR/nix-collect-garbage \