Index: imake.sh =================================================================== diff -u -r5967e3c458599ea7af0f298e844eef89004acb03 -r26fe902811376b9f164925dc3c1f016a783d9f84 --- imake.sh (.../imake.sh) (revision 5967e3c458599ea7af0f298e844eef89004acb03) +++ imake.sh (.../imake.sh) (revision 26fe902811376b9f164925dc3c1f016a783d9f84) @@ -9,17 +9,22 @@ # @file imake.sh # # @author (last) Behrouz NematiPour -# @date (last) 18-Oct-2022 +# @date (last) 02-Feb-2023 # @author (original) Behrouz NematiPour # @date (original) 13-Oct-2022 # ############################################################################ -if [[ "$1" == "0" ]]; then - echo " ********** skipped the alarmMapping call **********" +if [ "$1" != 0 ]; then + ./alarmMapping.sh $1 else - ./alarmMapping.sh + echo " ********** bypassed alarmMapping" fi +if [ "$2" != 0 ]; then + ./cppcheck.sh $2 +else + echo " ********** bypassed cppcheck" +fi if [[ "$2" == "0" ]]; then echo " ********** skipped the cppcheck call **********"