rahulpathakgit / codeswarm

Automatically exported from code.google.com/p/codeswarm
GNU General Public License v3.0
0 stars 0 forks source link

runrepositoryfetch.sh: 58: [[: not found #46

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi!

I'm running the latest version of codeswarm against my project's SVN at
https://w3af.svn.sourceforge.net/svnroot/w3af . After fetching the commit
logs, the show starts and I see a lot of activity and the nice screen with
the blinking dots, the users, etc appear.

After some time, I get a cryptic message that says "runrepositoryfetch.sh:
58: [[: not found" and the process just ends and the frames directory is
empty. Here is a console output:

dz0@brick:/tmp/codeswarm-read-only$ sh runrepositoryfetch.sh
code_swarm project !
Specify a config file, or ENTER for default one [data/sample.config] : 
Jan 15, 2009 11:12:19 PM org.codeswarm.repository.svn.SVNHistory
handleFetchingLatestRepositoryRevision
FINE: skip fetching 2330 (latest revision is 2,330) for
https://w3af.svn.sourceforge.net/svnroot/w3af
runrepositoryfetch.sh: 58: [[: not found
bye
dz0@brick:/tmp/codeswarm-read-only$ ls frames/
dz0@brick:/tmp/codeswarm-read-only$ 

I'm running the latest version of Ubuntu, with all packages up to date.
Could you please help me? Thanks!

Original issue reported on code.google.com by andres.riancho@gmail.com on 16 Jan 2009 at 1:21

GoogleCodeExporter commented 8 years ago
Hey. This is just a guess, but based on prior problems I've had in ubuntu with
scripts, try running explicitly as a bash script.  dash is not fully bash 
compatible.

Original comment by kyberneticist@gmail.com on 24 May 2010 at 8:11