summaryrefslogtreecommitdiff
path: root/contrib/splicex/configure
diff options
context:
space:
mode:
authorresdb <resdb@d3v11-VM.(none)>2011-10-22 14:50:06 -0500
committerresdb <resdb@d3v11-VM.(none)>2011-10-22 14:50:06 -0500
commit83f75446c95b480ec04f20b8e86e0ff7363f0ec8 (patch)
tree36b5a8fefa0c054e51d9780ae31288212987e85a /contrib/splicex/configure
parentfd78bbc2ba54cad2ae26019669c74a2c05464c9f (diff)
downloadresdb-83f75446c95b480ec04f20b8e86e0ff7363f0ec8.tar.gz
resdb-83f75446c95b480ec04f20b8e86e0ff7363f0ec8.zip
splicex changes
Diffstat (limited to 'contrib/splicex/configure')
-rwxr-xr-xcontrib/splicex/configure2
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