Skip to content

Commit

Permalink
src/common: Check/install diff when scanning for changes
Browse files Browse the repository at this point in the history
This makes it pretty much a hard requirement.
  • Loading branch information
CyberShadow committed Nov 7, 2019
1 parent 44f80ea commit ca09eea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common.bash
Expand Up @@ -696,6 +696,8 @@ function AconfAnalyzeFiles() {

typeset -ag changed_files=()

AconfNeedProgram diff diffutils n

( comm -12 --zero-terminated "$tmp_dir"/output-files "$tmp_dir"/system-files ) | \
while read -r -d $'\0' file
do
Expand Down

0 comments on commit ca09eea

Please sign in to comment.