Index: imake.sh =================================================================== diff -u -r8172c6aa4187be26aa9c0e73a130bc6183ad10dd -r26fe902811376b9f164925dc3c1f016a783d9f84 --- imake.sh (.../imake.sh) (revision 8172c6aa4187be26aa9c0e73a130bc6183ad10dd) +++ imake.sh (.../imake.sh) (revision 26fe902811376b9f164925dc3c1f016a783d9f84) @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ########################################################################### # # Copyright (c) 2022-2023 Diality Inc. - All Rights Reserved. @@ -26,3 +26,9 @@ echo " ********** bypassed cppcheck" fi +if [[ "$2" == "0" ]]; then + echo " ********** skipped the cppcheck call **********" +else + ./cppcheck.sh +fi +