PATCH for broken stty

看板DFBSD_submit作者時間21年前 (2005/04/01 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/4 (看更多)
I don't understand how stty has been working until now, and apparently only two of us see the broken behavior :-/ Anyway, something changed yesterday that made stty act differently, and this patch fixes it for me. --- src/bin/stty/stty.c.orig 2005-03-31 05:48:27.000000000 -0800 +++ src/bin/stty/stty.c 2005-03-31 05:52:25.000000000 -0800 @@ -63,6 +63,7 @@ i.fd = STDIN_FILENO; opterr = 0; + optind = 1; while (optind < argc && strspn(argv[optind], "-aefg") == strlen(argv[optind]) && (ch = getopt(argc, argv, "aef:g")) != -1)
文章代碼(AID): #12J3iI00 (DFBSD_submit)
文章代碼(AID): #12J3iI00 (DFBSD_submit)