Commit 5010ef5e authored by Martin Joerg's avatar Martin Joerg
Browse files

genericUpdater: pass patchlevel-unstable correctly to shell script

fix escaping of ${10}
parent d2b69955
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"