| View previous topic :: View next topic |
| Author |
Message |
AllSystemGo
Joined: 02 Jun 2007 Posts: 26
|
Posted: Sat Jun 02, 2007 1:18 am Post subject: Need help with toolchain |
|
|
I'm trying to start the ./toolchain.sh but I think that there is a problem in my user name cause right now it's in 2 words ex: JF H...
So when he's trying to access it it goes /home/JF and gives me a folder not found...
How can I fix this so it takes JF H not cut at the space.
Cheers |
|
| Back to top |
|
 |
gambiting
Joined: 17 Aug 2006 Posts: 154
|
Posted: Sat Jun 02, 2007 3:48 am Post subject: |
|
|
try
cd /home/
mv JF\ H/ JFH
Should help :D |
|
| Back to top |
|
 |
|