public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* Re: Shell Path Issues with "../.."
       [not found] <AT5PR84MB02912C0A878075AC54538DA2B4980@AT5PR84MB0291.NAMPRD84.PROD.OUTLOOK.COM>
@ 2016-08-03 19:17 ` Cohen, Eugene
  2016-08-03 19:26   ` Alcantara, Paulo
  0 siblings, 1 reply; 3+ messages in thread
From: Cohen, Eugene @ 2016-08-03 19:17 UTC (permalink / raw)
  To: edk2-devel@lists.01.org,
	Carsey, Jaben <jaben.carsey@intel.com> (jaben.carsey@intel.com)
  Cc: Thompson, Mark L. (Boise IPG)

Reminder (a few months later)

> -----Original Message-----
> From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf
> Of Cohen, Eugene
> Sent: Wednesday, March 30, 2016 4:51 PM
> To: edk2-devel@lists.01.org
> Cc: Thompson, Mark L. (Boise IPG) <mark.l.thompson@hp.com>
> Subject: [edk2] Shell Path Issues with "../.."
> 
> Dear ShellPkg maintainer,
> 
> We're seeing some weird stuff related to '..' in the shell.
> 
> The issue is that when we try to cd up two levels using the "../.."
> notation we only go up one level:
> 
> FS0:\dir1\dir2\dir3\>
> FS0:\dir1\dir2\dir3\> cd ..\..
> FS0:\dir1\dir2\>
> 
> The same issue occurs using forward and back slashes.  The old (EDK)
> shell used to handle this correctly.
> 
> Any ideas what's going on here?
> 
> Thanks,
> 
> Eugene
> 
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Shell Path Issues with "../.."
  2016-08-03 19:17 ` Shell Path Issues with "../.." Cohen, Eugene
@ 2016-08-03 19:26   ` Alcantara, Paulo
  2016-08-03 19:44     ` Cohen, Eugene
  0 siblings, 1 reply; 3+ messages in thread
From: Alcantara, Paulo @ 2016-08-03 19:26 UTC (permalink / raw)
  To: Cohen, Eugene, edk2-devel@lists.01.org,
	Carsey, Jaben <jaben.carsey@intel.com> (jaben.carsey@intel.com)
  Cc: Thompson, Mark L. (Boise IPG)

Hi Eugene,

I think it has been fixed on master already. See the commit below:

commit 85df61243cb56c3d9c52a5005e65c4ea8bf60e52
Author: Qiu Shumin <shumin.qiu@intel.com>
Date:   Tue Jun 21 16:18:56 2016 +0800

    MdePkg: Fix 'cd ..\..' go up only 1 level.

    When we try to cd up two levels using the "../.." notation we
    only go up one level. This patch fix this bug.

Thanks,

Paulo

-----Original Message-----
From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Cohen, Eugene
Sent: quarta-feira, 3 de agosto de 2016 16:17
To: edk2-devel@lists.01.org; Carsey, Jaben <jaben.carsey@intel.com> (jaben.carsey@intel.com) <jaben.carsey@intel.com>
Cc: Thompson, Mark L. (Boise IPG) <mark.l.thompson@hp.com>
Subject: Re: [edk2] Shell Path Issues with "../.."

Reminder (a few months later)

> -----Original Message-----
> From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of 
> Cohen, Eugene
> Sent: Wednesday, March 30, 2016 4:51 PM
> To: edk2-devel@lists.01.org
> Cc: Thompson, Mark L. (Boise IPG) <mark.l.thompson@hp.com>
> Subject: [edk2] Shell Path Issues with "../.."
> 
> Dear ShellPkg maintainer,
> 
> We're seeing some weird stuff related to '..' in the shell.
> 
> The issue is that when we try to cd up two levels using the "../.."
> notation we only go up one level:
> 
> FS0:\dir1\dir2\dir3\>
> FS0:\dir1\dir2\dir3\> cd ..\..
> FS0:\dir1\dir2\>
> 
> The same issue occurs using forward and back slashes.  The old (EDK) 
> shell used to handle this correctly.
> 
> Any ideas what's going on here?
> 
> Thanks,
> 
> Eugene
> 
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Shell Path Issues with "../.."
  2016-08-03 19:26   ` Alcantara, Paulo
@ 2016-08-03 19:44     ` Cohen, Eugene
  0 siblings, 0 replies; 3+ messages in thread
From: Cohen, Eugene @ 2016-08-03 19:44 UTC (permalink / raw)
  To: Alcantara, Paulo, edk2-devel@lists.01.org,
	Carsey, Jaben <jaben.carsey@intel.com> (jaben.carsey@intel.com)
  Cc: Thompson, Mark L. (Boise IPG)

Thanks - I searched for the subject on my edk2-devel archive and didn't see anything.  I now see the patch sent 6/21, so yeah about 3 months later. :)

Next time I ask that the maintainer respond to the original email please (granted I screwed up because I forgot to include them specifically on the To: line) and include me on the patch review (again on the To: line).

Eugene

> -----Original Message-----
> From: Alcantara, Paulo
> Sent: Wednesday, August 03, 2016 1:27 PM
> To: Cohen, Eugene <eugene@hp.com>; edk2-devel@lists.01.org;
> Carsey, Jaben <jaben.carsey@intel.com> (jaben.carsey@intel.com)
> <jaben.carsey@intel.com>
> Cc: Thompson, Mark L. (Boise IPG) <mark.l.thompson@hp.com>
> Subject: RE: Shell Path Issues with "../.."
> 
> Hi Eugene,
> 
> I think it has been fixed on master already. See the commit below:
> 
> commit 85df61243cb56c3d9c52a5005e65c4ea8bf60e52
> Author: Qiu Shumin <shumin.qiu@intel.com>
> Date:   Tue Jun 21 16:18:56 2016 +0800
> 
>     MdePkg: Fix 'cd ..\..' go up only 1 level.
> 
>     When we try to cd up two levels using the "../.." notation we
>     only go up one level. This patch fix this bug.
> 
> Thanks,
> 
> Paulo
> 
> -----Original Message-----
> From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf
> Of Cohen, Eugene
> Sent: quarta-feira, 3 de agosto de 2016 16:17
> To: edk2-devel@lists.01.org; Carsey, Jaben <jaben.carsey@intel.com>
> (jaben.carsey@intel.com) <jaben.carsey@intel.com>
> Cc: Thompson, Mark L. (Boise IPG) <mark.l.thompson@hp.com>
> Subject: Re: [edk2] Shell Path Issues with "../.."
> 
> Reminder (a few months later)
> 
> > -----Original Message-----
> > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On
> Behalf Of
> > Cohen, Eugene
> > Sent: Wednesday, March 30, 2016 4:51 PM
> > To: edk2-devel@lists.01.org
> > Cc: Thompson, Mark L. (Boise IPG) <mark.l.thompson@hp.com>
> > Subject: [edk2] Shell Path Issues with "../.."
> >
> > Dear ShellPkg maintainer,
> >
> > We're seeing some weird stuff related to '..' in the shell.
> >
> > The issue is that when we try to cd up two levels using the "../.."
> > notation we only go up one level:
> >
> > FS0:\dir1\dir2\dir3\>
> > FS0:\dir1\dir2\dir3\> cd ..\..
> > FS0:\dir1\dir2\>
> >
> > The same issue occurs using forward and back slashes.  The old (EDK)
> > shell used to handle this correctly.
> >
> > Any ideas what's going on here?
> >
> > Thanks,
> >
> > Eugene
> >
> > _______________________________________________
> > edk2-devel mailing list
> > edk2-devel@lists.01.org
> > https://lists.01.org/mailman/listinfo/edk2-devel
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-08-03 19:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <AT5PR84MB02912C0A878075AC54538DA2B4980@AT5PR84MB0291.NAMPRD84.PROD.OUTLOOK.COM>
2016-08-03 19:17 ` Shell Path Issues with "../.." Cohen, Eugene
2016-08-03 19:26   ` Alcantara, Paulo
2016-08-03 19:44     ` Cohen, Eugene

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox