diff options
author | resdb <resdb@d3v11-VM.(none)> | 2011-10-22 14:50:06 -0500 |
---|---|---|
committer | resdb <resdb@d3v11-VM.(none)> | 2011-10-22 14:50:06 -0500 |
commit | 83f75446c95b480ec04f20b8e86e0ff7363f0ec8 (patch) | |
tree | 36b5a8fefa0c054e51d9780ae31288212987e85a /contrib/splicex/configure | |
parent | fd78bbc2ba54cad2ae26019669c74a2c05464c9f (diff) | |
download | resdb-83f75446c95b480ec04f20b8e86e0ff7363f0ec8.tar.gz resdb-83f75446c95b480ec04f20b8e86e0ff7363f0ec8.zip |
splicex changes
Diffstat (limited to 'contrib/splicex/configure')
-rwxr-xr-x | contrib/splicex/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/splicex/configure b/contrib/splicex/configure index 4b000f1..5633dd5 100755 --- a/contrib/splicex/configure +++ b/contrib/splicex/configure @@ -1,5 +1,5 @@ #!/bin/bash -echo 'checking for python2.7' +echo 'checking for python' if which python >/dev/null; then : else |