Dear EFI Shell owners,

 

I am not sure who to contact for this defect (I found your name on this page
https://sourceforge.net/apps/mediawiki/tianocore/index.php?title=Efi-shell).

We found a defect in EFI Shell 1.0 (sometimes named 'EDK Shell').

 

The behaviour of "cp -r foo\* bar\" is different when run from a script from
when run interactively:

 

# Interactive:

 

Fs0:\> cp -r foo\* bar

copying fs0:\foo\file -> fs0:\bar

copying fs0:\foo\file -> fs0:\bar\file

- [ok]

copying fs0:\foo\foodir -> fs0:\bar\foodir

copying fs0:\foo\foodir\foodirfile -> fs0:\bar\foodir\foodirfile

- [ok]

 

# Run from a script:

 

level1.nsh> cp -r foo\* fs0:\bar 

copying fs0:\foo\file -> fs0:\bar

copying fs0:\foo\file -> fs0:\bar\file

- [ok]

copying fs0:\foo\foodir -> fs0:\bar

copying fs0:\foo\foodir\foodirfile -> fs0:\bar\foodirfile

- [ok]

 

(\foo\foodir\foodirfile gets copied to \bar\foodirfile instead of
\bar\foodir\foodirfile)

 

 

I am not sure if external contributions are accepted for this project.

 

Thanks,

Olivier
------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
• 3 signs your SCM is hindering your productivity
• Requirements for releasing software faster
• Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to