* Workaround a bug in older versions of bash.
svn path=/nixpkgs/trunk/; revision=7511
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user