File: cdkdepict-cgi_001.chk

package info (click to toggle)
smiles-scripts 0.3.0%2Bsvn878%2Bbranch%2Bsystem%2Bdeps-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,860 kB
  • sloc: perl: 1,889; java: 1,218; sh: 1,092; makefile: 246
file content (7 lines) | stat: -rwxr-xr-x 147 bytes parent folder | download
1
2
3
4
5
6
7
#! /bin/sh

if ! perl -T -MURL::Encode -e 'exit(0)' > /dev/null 2>&1
then
    echo "Can not find module URL::Encode in tainted mode"
    exit 1
fi