Skip to content

Commit

Permalink
Update makeChanges.sh: shel
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored May 29, 2024
1 parent 71ffdeb commit c14a327
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/makeChanges.sh
Original file line number Diff line number Diff line change
Expand Up @@ -296,13 +296,13 @@ fi
CMD="capture_${CAMERA_TYPE}"
OTHER_ARGS+=" -debuglevel 3 ${CAMERA_NUMBER_ARG}"
if [[ -n ${CAMERA_MODEL} ]]; then
CM=" -cameramodel '${CAMERA_MODEL}'"
CAMERA_MODEL_ARG="-cameramodel '${CAMERA_MODEL}'"
else
CM=""
CAMERA_MODEL_ARG=""
fi
if [[ ${DEBUG} == "true" ]]; then
echo -e "${wDEBUG}"
echo "Calling: ${CMD} ${OTHER_ARGS} ${CM} -cc_file '${CC_FILE}'"
echo "Calling: ${CMD} ${OTHER_ARGS} ${CAMERA_MODEL_ARG} -cc_file '${CC_FILE}'"
echo -e "${wNC}"
fi

Expand Down

0 comments on commit c14a327

Please sign in to comment.