openjdk: Fix mistakenly erased square bracket

Not sure how that happend...

svn path=/nixpkgs/trunk/; revision=28100
This commit is contained in:
Shea Levy 2011-08-01 02:59:22 +00:00
parent 84529a1370
commit 6a74987ad4

View File

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
libXrender
libXtst
libXi
;
];
postUnpack = ''
sed -i -e "s@/usr/bin/test@${coreutils}/bin/test@" \