Re: Uninstall 3.1
Re: Uninstall 3.1
- Subject: Re: Uninstall 3.1
- From: "Mark Wagner" <email@hidden>
- Date: Wed, 23 Jul 2008 11:55:17 -0700
On Tue, Jul 22, 2008 at 20:49, Ron Fleckner <email@hidden> wrote:
> Further to what Peter wrote, I think, though I'm no Unix guru, that you need
> to tell the shell that the executable to run is in the current directory by
> prepending a dot '.' So I _think_ it should be:
>
> sudo ./Developer/Library/uninstall-devtools
A leading "." means "the current directory", so unless Xcode is in a
subdirectory of the current directory (unlikely), this is wrong. It's
also unnecessary, because a directory name specified without anything
in front of it means "a subdirectory of the current directory". A
leading "/" means "the root directory", and is how you specify
absolute locations.
--
Mark Wagner
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden