Discuss the development of new homebrew software, tools and libraries.
	Moderators: cheriff, TyRaNiD
			
		
		
			- 
				
																			 AllSystemGo
- Posts: 26
- Joined: Sat Jun 02, 2007 1:15 am
						
					
													
							
						
									
						Post
					
								by AllSystemGo » 
			
			
			
			
			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
			
			
									
									
						 
		 
				
		
		 
	 
				
		
		
			- 
				
																			 gambiting
- Posts: 154
- Joined: Thu Aug 17, 2006 5:39 pm
						
					
						
		
													
							
						
									
						Post
					
								by gambiting » 
			
			
			
			
			try 
cd /home/ 
mv JF\ H/ JFH
Should help :D