summary refs log tree commit diff
path: root/pkgs/shells/bash/update-patch-set.sh
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-09-28 14:37:03 +0000
committerPeter Simons <simons@cryp.to>2011-09-28 14:37:03 +0000
commitdc55be9e050eea7c8ebd59acb7fd8963d7a31f56 (patch)
tree8c257220d84244d3e0bab9b8f83e3ce15c02640b /pkgs/shells/bash/update-patch-set.sh
parent790d78fb6f7f68541135f7f95c815189db499162 (diff)
downloadnixlib-dc55be9e050eea7c8ebd59acb7fd8963d7a31f56.tar
nixlib-dc55be9e050eea7c8ebd59acb7fd8963d7a31f56.tar.gz
nixlib-dc55be9e050eea7c8ebd59acb7fd8963d7a31f56.tar.bz2
nixlib-dc55be9e050eea7c8ebd59acb7fd8963d7a31f56.tar.lz
nixlib-dc55be9e050eea7c8ebd59acb7fd8963d7a31f56.tar.xz
nixlib-dc55be9e050eea7c8ebd59acb7fd8963d7a31f56.tar.zst
nixlib-dc55be9e050eea7c8ebd59acb7fd8963d7a31f56.zip
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
Diffstat (limited to 'pkgs/shells/bash/update-patch-set.sh')
-rwxr-xr-xpkgs/shells/bash/update-patch-set.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/bash/update-patch-set.sh b/pkgs/shells/bash/update-patch-set.sh
index ded684571b0a..003c7a26d201 100755
--- a/pkgs/shells/bash/update-patch-set.sh
+++ b/pkgs/shells/bash/update-patch-set.sh
@@ -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