Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Language tweak in configure
Fixes #13082
  • Loading branch information
steveklabnik committed Jan 23, 2015
1 parent b7930d9 commit a808070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Expand Up @@ -28,8 +28,8 @@ need_ok() {

need_cmd() {
if command -v $1 >/dev/null 2>&1
then msg "found $1"
else err "need $1"
then msg "found program $1"
else err "need program $1"
fi
}

Expand Down

0 comments on commit a808070

Please sign in to comment.