genericUpdater: pass patchlevel-unstable correctly to shell script

fix escaping of ${10}
This commit is contained in:
Martin Joerg 2024-11-03 18:50:06 +00:00
parent d2b699551a
commit 5010ef5ebf

View File

@ -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"