mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
* 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 output="$2"
|
||||
|
||||
local params=("$@")
|
||||
local -a params=("$@")
|
||||
|
||||
local sedScript=$NIX_BUILD_TOP/.sedargs
|
||||
rm -f $sedScript
|
||||
|
Loading…
Reference in New Issue
Block a user