bc: convert to "G trick" - this returns bc to zero bss increase
[oweals/busybox.git] / coreutils / ln.c
index fed96af42ce381a3e6a647666a961556b6a2ab0e..2dda5dae9b187d916e3e2954d755f6216184f5b8 100644 (file)
@@ -62,8 +62,7 @@ int ln_main(int argc, char **argv)
        struct stat statbuf;
        int (*link_func)(const char *, const char *);
 
-       opt_complementary = "-1"; /* min one arg */
-       opts = getopt32(argv, "sfnbS:vT", &suffix);
+       opts = getopt32(argv, "^" "sfnbS:vT" "\0" "-1", &suffix);
 
        last = argv[argc - 1];
        argv += optind;