godsfshrmn
Posts: 5
Joined: Fri Jun 07, 2013 3:02 pm

./build broken

Mon Dec 30, 2013 9:45 pm

I believe at some point I modified bash in some way that has broken the ./build command. When I try to build something, I get the following:

Code: Select all

-bash: ./build: No such file or directory
Any tips please?

User avatar
joan
Posts: 14959
Joined: Thu Jul 05, 2012 5:09 pm
Location: UK

Re: ./build broken

Mon Dec 30, 2013 9:50 pm

No such command is found on my system.

The ./ before build indicates that the command code should be in the current working directory.

Where did this command come from?

Have you changed directories?

godsfshrmn
Posts: 5
Joined: Fri Jun 07, 2013 3:02 pm

Re: ./build broken

Mon Dec 30, 2013 9:53 pm

You're right. The git repository I cloned has a folder inside itself with the same name. I was one level too deep. Thanks!

Return to “Beginners”