spost: Read profile and context now. Removed -library switch.
[mmh] / uip / send.c
index c454f76..245bf3c 100644 (file)
@@ -92,9 +92,6 @@ main(int argc, char **argv)
        arguments = getarguments(invo_name, argc, argv, 1);
        argp = arguments;
 
-       vec[vecp++] = "-library";
-       vec[vecp++] = getcpy(toabsdir("+"));
-
        while ((cp = *argp++)) {
                if (*cp == '-') {
                        switch (smatch(++cp, switches)) {