Skip to content

Commit

Permalink
genericUpdater: pass patchlevel-unstable correctly to shell script
Browse files Browse the repository at this point in the history
fix escaping of ${10}
  • Loading branch information
mjoerg committed Nov 3, 2024
1 parent d2b6995 commit 5010ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/common-updater/generic-updater.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5010ef5

Please sign in to comment.