mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
genericUpdater: pass patchlevel-unstable correctly to shell script
fix escaping of ${10}
This commit is contained in:
parent
d2b699551a
commit
5010ef5ebf
@ -42,7 +42,7 @@ let
|
||||
ignored_versions="$7"
|
||||
rev_prefix="$8"
|
||||
odd_unstable="$9"
|
||||
patchlevel_unstable="$${10}"
|
||||
patchlevel_unstable="''${10}"
|
||||
|
||||
[[ -n "$name" ]] || name="$UPDATE_NIX_NAME"
|
||||
[[ -n "$pname" ]] || pname="$UPDATE_NIX_PNAME"
|
||||
|
Loading…
Reference in New Issue
Block a user