diff options
author | Eelco Dolstra | 2005-12-05 14:11:09 +0000 |
---|---|---|
committer | Eelco Dolstra | 2005-12-05 14:11:09 +0000 |
commit | 82e678362f25dfefd8c9952e4fa1ab3c1aca9ce6 (patch) | |
tree | 5f954fcb6549b8af8309210fd7f35d336f7e5a8d /pkgs/tools/system | |
parent | 7589df67ae606a37f6ec26baaa25f7578f7ae8c1 (diff) |
* "." -> "source".
svn path=/nixpkgs/trunk/; revision=4335
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r-- | pkgs/tools/system/which/builder.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/which/builder.sh b/pkgs/tools/system/which/builder.sh index 3c09d5ff1374..e5ef90829fbb 100644 --- a/pkgs/tools/system/which/builder.sh +++ b/pkgs/tools/system/which/builder.sh @@ -1,4 +1,4 @@ -. $stdenv/setup || exit 1 +source $stdenv/setup || exit 1 tar xvfz $src || exit 1 cd which-* || exit 1 |