about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2004-03-30 12:37:17 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2004-03-30 12:37:17 +0000
commit04c272508c32f9e837e31f8e07b32e0fdd8a4922 (patch)
tree9bf982fe35342fd4728a222627a34c1458424a07 /pkgs/shells
parent4fc3dd4a5ac559e61d6983cd8e139a5ea4ed6f26 (diff)
downloadnixlib-04c272508c32f9e837e31f8e07b32e0fdd8a4922.tar
nixlib-04c272508c32f9e837e31f8e07b32e0fdd8a4922.tar.gz
nixlib-04c272508c32f9e837e31f8e07b32e0fdd8a4922.tar.bz2
nixlib-04c272508c32f9e837e31f8e07b32e0fdd8a4922.tar.lz
nixlib-04c272508c32f9e837e31f8e07b32e0fdd8a4922.tar.xz
nixlib-04c272508c32f9e837e31f8e07b32e0fdd8a4922.tar.zst
nixlib-04c272508c32f9e837e31f8e07b32e0fdd8a4922.zip
* Fix brokenness due to automatic transformations.
svn path=/nixpkgs/trunk/; revision=878
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/bash/builder.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/shells/bash/builder.sh b/pkgs/shells/bash/builder.sh
index 13e79ff5e28b..7ee2af07e446 100644
--- a/pkgs/shells/bash/builder.sh
+++ b/pkgs/shells/bash/builder.sh
@@ -1,2 +1,3 @@
+. $stdenv/setup
 genericBuild
-(cd $out/bin && ln -s bash sh) || exit 1
+(cd $out/bin && ln -s bash sh)