replace/waf: fix libnsl checking on Solaris
[Samba.git] / script / find_python.sh
blobe9afdbda99931f4ffbfe40ce2ecb69b8c8021117
1 #!/bin/sh
3 if [ $# -lt 1 ]; then
4 echo "$0: <installdir>"
5 exit 1;
6 fi
8 installdir=$1
9 exit `find ${installdir} -name \*.py | wc -l`