Skip to content

Commit ba4d694

Browse files
committed
Rollup merge of #21540 - steveklabnik:gh13082, r=brson
Fixes #13082 r? @brson
2 parents 867c63c + a808070 commit ba4d694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ need_ok() {
2828

2929
need_cmd() {
3030
if command -v $1 >/dev/null 2>&1
31-
then msg "found $1"
32-
else err "need $1"
31+
then msg "found program $1"
32+
else err "need program $1"
3333
fi
3434
}
3535

0 commit comments

Comments
 (0)