Skip to content

Commit

Permalink
chore: Request file(1) command at check_dependencies.ksh.
Browse files Browse the repository at this point in the history
  • Loading branch information
takusuman committed Mar 28, 2024
1 parent e7a8c05 commit 16fee2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-system/tasks/check_dependencies.ksh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ function check_dependencies {
'size' 'strings' 'strip' )

# General commands
general_commands=( 'cmp' 'curl' diff{,3} 'sdiff' 'ed' 'patch' \
'find' 'grep' 'lemount' 'm4' 'mitzune' \
general_commands=( 'cmp' 'curl' diff{,3} 'sdiff' 'ed' 'file' \
'patch' 'find' 'grep' 'lemount' 'm4' 'mitzune' \
${GNUAutoconf_commands[@]} ${GNUBinutils_commands[@]} )

# General compressing tools
Expand Down

0 comments on commit 16fee2a

Please sign in to comment.