FreeCalypso > hg > freecalypso-tools
changeset 19:c6469ecfea56
fc-fsio: '+' in the getopt string so ls -l single op command will work
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 22 Oct 2016 04:42:57 +0000 |
parents | d9307880f59f |
children | 5534402344dc |
files | rvinterf/etmsync/fsiomain.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/rvinterf/etmsync/fsiomain.c Wed Oct 19 01:51:05 2016 +0000 +++ b/rvinterf/etmsync/fsiomain.c Sat Oct 22 04:42:57 2016 +0000 @@ -18,7 +18,7 @@ int c, sopt = 0; char command[512]; - while ((c = getopt(argc, argv, "B:l:p:s:w:")) != EOF) + while ((c = getopt(argc, argv, "+B:l:p:s:w:")) != EOF) switch (c) { case 'B': rvinterf_Bopt = optarg;