Morgan Gangwere wrote:
On 1/11/07, Larry Hall (Cygwin) <[EMAIL PROTECTED]> wrote:
Brian Dessent wrote:
> "Larry Hall (Cygwin)" wrote:
>
>> homedir=`cygpath -w "$USERPROFILE"`
>> mount -buf "$homedir" "$HOME"/myh
>>
>> This is recreated from memory because I don't have access to Cygwin
now.
>>
On 1/11/07, Larry Hall (Cygwin) <[EMAIL PROTECTED]> wrote:
Brian Dessent wrote:
> "Larry Hall (Cygwin)" wrote:
>
>> homedir=`cygpath -w "$USERPROFILE"`
>> mount -buf "$homedir" "$HOME"/myh
>>
>> This is recreated from memory because I don't have access to Cygwin now.
>> But this is essentially wh
Brian Dessent wrote:
"Larry Hall (Cygwin)" wrote:
homedir=`cygpath -w "$USERPROFILE"`
mount -buf "$homedir" "$HOME"/myh
This is recreated from memory because I don't have access to Cygwin now.
But this is essentially what worked fine for me last night. Note, the
quote around USERPROFILE is im
"Larry Hall (Cygwin)" wrote:
> homedir=`cygpath -w "$USERPROFILE"`
> mount -buf "$homedir" "$HOME"/myh
>
> This is recreated from memory because I don't have access to Cygwin now.
> But this is essentially what worked fine for me last night. Note, the
> quote around USERPROFILE is important.
Ho
David Bear wrote:
Larry Hall (Cygwin) wrote:
David Bear wrote:
I'm attempting to script building mount points in order to handle spaces
in file names. So I do something like this:
homedir=`cygpath -w $USERPROFILE`
mount -buf "\"$homedir\" $HOME/myh
When I echo the mount command to the syntax
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
David Bear wrote:
> On Wed, Jan 10, 2007 at 07:26:44PM -0700, Morgan Gangwere wrote:
> David Bear wrote:
I'm attempting to script building mount points in order to handle spaces in
file names. So I do something like this:
homedir=`c
David Bear wrote:
> I'm attempting to script building mount points in order to handle spaces
> in file names. So I do something like this:
>
> homedir=`cygpath -w $USERPROFILE`
> mount -buf "\"$homedir\" $HOME/myh
>
> When I echo the mount command to the syntax looks correct.
>
> However, whe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
David Bear wrote:
> > I'm attempting to script building mount points in order to handle
spaces in
> > file names. So I do something like this:
> >
> > homedir=`cygpath -w $USERPROFILE`
> > mount -buf "\"$homedir\" $HOME/myh
> >
> > When I echo the mou
Larry Hall (Cygwin) wrote:
> David Bear wrote:
>> I'm attempting to script building mount points in order to handle spaces
>> in file names. So I do something like this:
>>
>> homedir=`cygpath -w $USERPROFILE`
>> mount -buf "\"$homedir\" $HOME/myh
>>
>> When I echo the mount command to the synta
David Bear wrote:
I'm attempting to script building mount points in order to handle spaces in
file names. So I do something like this:
homedir=`cygpath -w $USERPROFILE`
mount -buf "\"$homedir\" $HOME/myh
When I echo the mount command to the syntax looks correct.
However, when I actually run th
10 matches
Mail list logo