genericUpdater: pass patchlevel-unstable correctly to shell script (#353467)

This commit is contained in:
Ryan Hendrickson 2024-11-06 21:28:52 -05:00 committed by GitHub
commit a842d95951
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"