Re: [E-devel] SVN website script

2010-02-14 Thread The Rasterman
On Mon, 15 Feb 2010 09:01:59 +0800 Tom Haste said: > Hey folks! > > The script on http://svn.enlightenment.org/ is incorrect. popd and > pushd are both bash internals and as such the script doesnt work. The > shebang should be #!/bin/bash at the start. > > Also, there are 2 instances of eina in

[E-devel] SVN website script

2010-02-14 Thread Tom Haste
Hey folks! The script on http://svn.enlightenment.org/ is incorrect. popd and pushd are both bash internals and as such the script doesnt work. The shebang should be #!/bin/bash at the start. Also, there are 2 instances of eina in the PROJECTS var. I can fix this all, but Im not sure where this