comparison contrib/splicex/configure @ 679:672cff12da62 draft

splicex changes
author resdb <resdb@d3v11-VM.(none)>
date Sat, 22 Oct 2011 14:50:06 -0500
parents 93a5484092a2
children 14a390660911
comparison
equal deleted inserted replaced
678:93a5484092a2 679:672cff12da62
1 #!/bin/bash 1 #!/bin/bash
2 echo 'checking for python2.7' 2 echo 'checking for python'
3 if which python >/dev/null; then 3 if which python >/dev/null; then
4 : 4 :
5 else 5 else
6 echo 'python not found. Quiting... :-(' 6 echo 'python not found. Quiting... :-('
7 exit 1 7 exit 1