diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-03-21T16·28+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-03-21T16·28+0000 |
commit | a1e00bf6aa8eb581ff4d47a6287800cf224c6a41 (patch) | |
tree | 6251171dc5af5fecad9ff6529737337bd44d4e1d /tests/init.sh | |
parent | ab75a50ba43a2e8c82eb85142134b27a2d7ed0eb (diff) |
* Remove non-POSIX flag.
Diffstat (limited to 'tests/init.sh')
-rw-r--r-- | tests/init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/init.sh b/tests/init.sh index 714e8efa58d4..b39688fbe91f 100644 --- a/tests/init.sh +++ b/tests/init.sh @@ -36,7 +36,7 @@ env-keep-derivations = false EOF mkdir $NIX_DATA_DIR/nix -cp -prd $TOP/corepkgs $NIX_DATA_DIR/nix/ +cp -pr $TOP/corepkgs $NIX_DATA_DIR/nix/ # Bah, script has the prefix hard-coded. This is really messy stuff # (and likely to fail). for i in \ |