pkgs/shells/bash: updated "interactive" bash to version 4.2

The non-interactive variant, which is part of stdenv, remains unchanged.

svn path=/nixpkgs/trunk/; revision=29523
This commit is contained in:
Peter Simons
2011-09-28 14:37:03 +00:00
parent 790d78fb6f
commit dc55be9e05
6 changed files with 99 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ VERSION="$2"
VERSION_CONDENSED="$(echo $VERSION | sed -es/\\.//g)"
GPG="$(if $(type -P gpg2 > /dev/null); then echo gpg2; else echo gpg; fi)"
PATCH_LIST="$PROJECT-patches.nix"
PATCH_LIST="$PROJECT-$VERSION-patches.nix"
set -e