diff options
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ EOF | |||
71 | # Helper functions | 71 | # Helper functions |
72 | 72 | ||
73 | find_program() { | 73 | find_program() { |
74 | which "$1" 2>/dev/null | 74 | command -v "$1" 2>/dev/null |
75 | } | 75 | } |
76 | 76 | ||
77 | die() { | 77 | die() { |