Skip to content

Commit

Permalink
minmiconf DETECT_TARGET() fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mezantrop committed Apr 3, 2024
1 parent 82b4fc4 commit ebd4fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minmiconf
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ DETECT_TARGET() {
_vendor="unknown"
_os=`uname -s`

[ "$_machine" == "amd64" ] && _machine="x86_64"
[ "$_machine" = "amd64" ] && _machine="x86_64"
_triplet="$_machine-$_vendor-$_os"

_DPRINTF "DETECT_TARGET(): [$_triplet]"
Expand Down

0 comments on commit ebd4fdd

Please sign in to comment.