fpmurphy / UEFI-Utilities

Various (U)EFI utilities that I have developed
70 stars 23 forks source link

Thanks...but... #2

Open Zibri opened 5 years ago

Zibri commented 5 years ago

Thanks! I used the get_args and it works but I don't understand this:

If I use an old uefi shell everything works. If I use the latest ed2k shell https://github.com/tianocore/edk2/blob/master/ShellBinPkg/UefiShell/X64/Shell.efi

It says "ERROR: Parsing command line arguments".

Do you know how it make it work on both?

fpmurphy commented 5 years ago

The source code in this repository is very old. Which utility are you trying to build?

Zibri commented 5 years ago

shellopt

it build correctly.. but with old uefi shells works correctly, with the latest one I linked it errors out.