#!/bin/bash

if [[ $CHPL_COMM != none ]] ; then
  echo True
fi
