path: codelite_17.0.0+dfsg-6/ctags/Tmain/unreadable-input.d/run.sh fi if ! pidof auditd > /dev/null 2>&1; then # sudo expects auditd is running. skip "auditd is not running" path: codelite_17.0.0+dfsg-6/ctags/Tmain/unreadable-input.d/run.sh . ../utils.sh if ! type pidof > /dev/null 2>&1; then # pidof is needed to find auditd. skip "pidof command is not available" path: codelite_17.0.0+dfsg-6/codelite_open_helper.py pidof_subprocess = subprocess.Popen('pidof codelite', stdout=subprocess.PIPE, shell=True) found_codelite = False with pidof_subprocess.stdout as txt: for line in txt: line = line.strip()