When I get to the line: source ../devel/bin/setup_clownfish_env.sh ../../clownfish
in Marvin Humphrey wrote > git clone https://git-wip-us.apache.org/repos/asf/lucy.git > git clone https://git-wip-us.apache.org/repos/asf/lucy-clownfish.git \ > clownfish > git clone https://git-wip-us.apache.org/repos/asf/lucy-charmonizer.git \ > charmonizer > cd clownfish/runtime/perl > perl Build.PL > ./Build test > cd ../../../lucy/perl > source ../devel/bin/setup_clownfish_env.sh ../../clownfish > perl Build.PL > ./Build test I get the shell reply "Badly placed ()'s." My shell is csh, so I tried to replace sh in the setup_clownfish_env.sh with csh, but made no difference, so I put that back to sh. I looked through the .sh file and found nothing strange in any of the parenthesis. What should I try to complete the build? Thanks in advance. -- Sent from: http://lucene.472066.n3.nabble.com/lucy-dev-f675133.html
