aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xconfigure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh
index 06688e8..fcf2dce 100755
--- a/configure.sh
+++ b/configure.sh
@@ -21,7 +21,7 @@ detectarch() {
21} 21}
22 22
23validatecc() { 23validatecc() {
24 if ! (which "$CC" >/dev/null 2>&1) ; then 24 if ! (command -v "$CC" >/dev/null 2>&1) ; then
25 echo "Error: compiler '$CC' not found" 25 echo "Error: compiler '$CC' not found"
26 exit 1 26 exit 1
27 fi 27 fi

Generated with cgit - Back to sebastiano.tronto.net