diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-01-27T19·15+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-01-27T19·15+0000 |
commit | ac2f665853331088b5b48f9edad609df9f79f78f (patch) | |
tree | d5be0f44a12d4de793a01f82b7769f6de38b082e /tests | |
parent | a85d1849af4ce25cb283a62e4ba9e3d5ccf92c25 (diff) |
* Set execute permission.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/init.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/init.sh b/tests/init.sh index fa3092f9ae9f..84d3fcf3ebfc 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 \ |