Skip to content

Commit

Permalink
sometimes patches are detected as reversed when using -N parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jp112sdl committed Nov 24, 2021
1 parent 2a3a47f commit f0f08d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rc.d/jp-hb-devices-addon
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ patcher()
{
if [[ "$1" == "APPLY" ]]; then
PATCH_METHOD_HINT="APPLY"
PATCH_METHOD_PARAM="-N"
PATCH_METHOD_PARAM=""
elif [[ "$1" == "REVOKE" ]]; then
PATCH_METHOD_HINT="REVOKE"
PATCH_METHOD_PARAM="-R"
Expand Down

0 comments on commit f0f08d8

Please sign in to comment.