Skip to content

Commit

Permalink
apk-autoupdate: Fix procs-need-restart: invalid option: -c
Browse files Browse the repository at this point in the history
Option '-c' was dropped in 7476b9d.

Fixes jirutka#6
  • Loading branch information
jirutka committed Apr 21, 2021
1 parent 7ec9519 commit 1704b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ procs_using_modified_files() {
local opts=$(printf -- '-f %s ' ${1:-*})

edebug "Executing: procs-need-restart $opts"
procs-need-restart -c $opts || retval=$?
procs-need-restart $opts || retval=$?

set +f # enable globbing
return $retval
Expand Down

0 comments on commit 1704b28

Please sign in to comment.