* Workaround a bug in older versions of bash.
svn path=/nixpkgs/trunk/; revision=7511
This commit is contained in:
parent
0eff9a5236
commit
bb9f4a2280
@ -178,7 +178,7 @@ substitute() {
|
|||||||
local input="$1"
|
local input="$1"
|
||||||
local output="$2"
|
local output="$2"
|
||||||
|
|
||||||
local params=("$@")
|
local -a params=("$@")
|
||||||
|
|
||||||
local sedScript=$NIX_BUILD_TOP/.sedargs
|
local sedScript=$NIX_BUILD_TOP/.sedargs
|
||||||
rm -f $sedScript
|
rm -f $sedScript
|
||||||
|
Loading…
x
Reference in New Issue
Block a user