summaryrefslogtreecommitdiff
path: root/other/analysis/run-cppcheck
diff options
context:
space:
mode:
Diffstat (limited to 'other/analysis/run-cppcheck')
-rwxr-xr-xother/analysis/run-cppcheck4
1 files changed, 2 insertions, 2 deletions
diff --git a/other/analysis/run-cppcheck b/other/analysis/run-cppcheck
index dc369840..17d0ee25 100755
--- a/other/analysis/run-cppcheck
+++ b/other/analysis/run-cppcheck
@@ -1,5 +1,5 @@
1#!/bin/sh 1#!/bin/bash
2 2
3. other/analysis/gen-file.sh 3. other/analysis/gen-file.sh
4 4
5cppcheck amalgamation.cc $CPPFLAGS 5cppcheck amalgamation.cc "${CPPFLAGS[@]}"