tls: in AES-GCM decoding, avoid memmove
[oweals/busybox.git] / util-linux / script.c
index 8174c65bffe40a75073a3c5040a509cf64d4826b..aac77c3ba78dcba9740bcc31fb0de9402cd5e20a 100644 (file)
@@ -80,8 +80,10 @@ int script_main(int argc UNUSED_PARAM, char **argv)
                ;
 #endif
 
-       opt_complementary = "?1"; /* max one arg */
-       opt = getopt32long(argv, "ac:fqt::", script_longopts, &shell_arg, &str_t);
+       opt = getopt32long(argv, "^" "ac:fqt::" "\0" "?1"/* max one arg */,
+                               script_longopts,
+                               &shell_arg, &str_t
+       );
        //argc -= optind;
        argv += optind;
        if (argv[0]) {