Re: Leopard Migration Hammered Mutt
- To: mutt-users@xxxxxxxx
- Subject: Re: Leopard Migration Hammered Mutt
- From: Breen Mullins <breen.mullins@xxxxxxxxx>
- Date: Sun, 27 Jan 2008 19:53:34 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=3fwxmIXsaQxddEw+Gb6W1hgqabfMSH0GZMwlk/HX2zs=; b=CcVXVorVvKGLZ4Q89zqwM62ybL6V1VjbeAwHb7IkG1sMBYUl4f04CbsrAgw5Wlu05uQTUMEyf9LNhb1Nou3B9LVGo6EKJ+Rd10nH3qC+MjgmxX4+s8U2a1/gCZrG1GXKUWiRuv/6iPblo3GWGW4DYqqf9Yx7BlpXpiwrxtCmuRY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=gUBWTbCmeG5FL7dwygTLBwItHkRXOUCSHNeKtNxdZ/2JrJ2Hs4rUE6cHUy19k17Ar8DcuMGos3/vm4A+pr7zDQTSQpa8T7KC4xG75VvgvjGzfM6thlYO0RlhWu1D06OgN2yG2wKIO/E8f21no2JW9WUgYLmUCLvt4X3GPGZ1FQY=
- In-reply-to: <20080128031834.GC2565@xxxxxxxxxxxxxxxxx>
- List-post: <mailto:mutt-users@mutt.org>
- List-unsubscribe: send mail to majordomo@mutt.org, body only "unsubscribe mutt-users"
- Mail-followup-to: mutt-users@xxxxxxxx
- References: <012820080249.28225.479D429F000ED95C00006E412212059214CB0CCB0C@xxxxxxxxxxx> <20080128031834.GC2565@xxxxxxxxxxxxxxxxx>
- Sender: owner-mutt-users@xxxxxxxx
- User-agent: Mutt/1.5.16 (2007-06-09)
* Eugene <list-mutt@xxxxxxxx> [2008-01-27 21:18 -0600]:
So basically add the line ". /sw/bin/init.sh" into your ~/.profile or
~/.bash_profile init files. This should add /sw/bin to your PATH, and
set up other Fink-related environment variables as well.
All the explanations have been helpful. The only thing I'd add is
an explanation that the line
. /sw/bin/init.sh
is a shortcut telling the shell to execute the script /sw/bin/init.sh
(which has to have execute permission). The shell commands in init.sh
get executed and change your path.
The leading '.' is easy to miss, but it's a common usage in shell
scripts.
Breen
--
Breen Mullins
Menlo Park, California