aboutsummaryrefslogtreecommitdiffstats
path: root/coverity
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-27 02:00:14 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-27 02:12:48 +0200
commit6ed7020b6f8023e6b44f6574c839df139d092126 (patch)
tree34a1c906ae2ea93f9101f59ec7aafc2e82e5c75c /coverity
parent681bd9ab8d87121c1363d9bab0ee6612623b548f (diff)
coverity: have only source-iuh/, not also sources-iuh/
Diffstat (limited to 'coverity')
-rwxr-xr-xcoverity/coverity_iuh.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverity/coverity_iuh.sh b/coverity/coverity_iuh.sh
index 455bd92..82a6099 100755
--- a/coverity/coverity_iuh.sh
+++ b/coverity/coverity_iuh.sh
@@ -3,7 +3,7 @@
set -e -x
base_dir="$PWD"
-src_dir="$base_dir/sources-iuh"
+src_dir="$base_dir/source-iuh"
cov_dir="$src_dir/cov-int"
export PATH="$base_dir/cov-analysis-linux64-8.5.0/bin/:$PATH"