* Workaround a bug in older versions of bash.

svn path=/nixpkgs/trunk/; revision=7511
This commit is contained in:
Eelco Dolstra 2006-12-28 11:15:12 +00:00
parent 0eff9a5236
commit bb9f4a2280

View file

@ -178,7 +178,7 @@ substitute() {
local input="$1"
local output="$2"
local params=("$@")
local -a params=("$@")
local sedScript=$NIX_BUILD_TOP/.sedargs
rm -f $sedScript