summary refs log tree commit diff
path: root/pkgs/shells/bash/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells/bash/builder.sh')
-rw-r--r--[-rwxr-xr-x]pkgs/shells/bash/builder.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/shells/bash/builder.sh b/pkgs/shells/bash/builder.sh
index 73a4e9020eb50..13e79ff5e28bb 100755..100644
--- a/pkgs/shells/bash/builder.sh
+++ b/pkgs/shells/bash/builder.sh
@@ -1,4 +1,2 @@
-#! /bin/sh -e
-. $stdenv/setup
 genericBuild
 (cd $out/bin && ln -s bash sh) || exit 1