Comment 3 for bug 1405478

Revision history for this message
John Samuel (johnsamuel) wrote :

This feature is desirable for all other builtins. It looks like builtins only use the short versions of options and not the long versions.

Reference: https://sources.debian.net/src/bash/4.3-12/builtins/jobs.def/#L242
....
while ((opt = internal_getopt (list, "ahr")) != -1)
    {
      switch (opt)
....