Commit b43b11fd authored by Chris McDonough's avatar Chris McDonough

THanks to Jamie Heilman, this script might work under non-bash shells now.

parent 5cb334ed
#!/bin/sh #!/bin/sh
# Zope configure script # Zope configure script
# $Id: configure,v 1.9 2003/06/20 00:34:33 chrism Exp $ # $Id: configure,v 1.10 2003/06/20 01:12:11 chrism Exp $
# $Revision: 1.9 $ # $Revision: 1.10 $
##################################################################### #####################################################################
# BEGIN EDITABLE PARAMETERS # # BEGIN EDITABLE PARAMETERS #
...@@ -83,7 +83,7 @@ get_python() { ...@@ -83,7 +83,7 @@ get_python() {
else else
i=1; i=1;
for ACC in $ACCEPTABLE; do for ACC in $ACCEPTABLE; do
let "i = i + 1" i=$(($i+1))
for SLOT in $FOUNDLIST; do for SLOT in $FOUNDLIST; do
if [ $SLOT == $i ]; then if [ $SLOT == $i ]; then
# slot "i" already populated. This means we've # slot "i" already populated. This means we've
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment