summaryrefslogtreecommitdiffstats
path: root/coverity-scan.sh
diff options
context:
space:
mode:
Diffstat (limited to 'coverity-scan.sh')
-rwxr-xr-xcoverity-scan.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverity-scan.sh b/coverity-scan.sh
index 770a36843..5ca093140 100755
--- a/coverity-scan.sh
+++ b/coverity-scan.sh
@@ -1,4 +1,4 @@
-#/bin/bash
+#!/usr/bin/env bash
cpus=$(grep ^processor </proc/cpuinfo| wc -l)
[ -z "${cpus}" ] && cpus=1