when i type: psclient
i get the following errors:
psclient
Downloading registry from
http://www.planeshift.it/updater/repository.xml.0%........25%........50%........75%......done.
No changes. Skipping MD5 check.
Remove updaterregistry.xml if you want to force an md5 test.
Shutting down...
./psclient: line 52: src/client/psclient: No such file or directory
this is my psclient start file in /bin/psclient
#!/bin/sh
cd /home/hk/CVS/planeshift
export CRYSTAL=/home/hk/CVS/CS/
export CEL=/home/hk/CVS/cel/
export CSCONFPATH=$CEL
./updater
./psclient
i had to type the export things in psclient file that is in /bin/psclient so he finds cel and crystal at start, because writing it into .bashrc wont work for me.
Anyone knows why it wont work like this?