]> pd.if.org Git - zpackage/blobdiff - zpm-addfile.c
remove dupstr and readopts
[zpackage] / zpm-addfile.c
index fd8d67b4c50231331d6e721f301fa26b5216e6ca..99f914ca3d2c6226cafc3179292a9fd6a007066b 100644 (file)
@@ -12,9 +12,6 @@ int main(int ac, char **av){
                return 1;
        }
 
-       /* this is really just read env */
-       zpm_readopts(&pkg, ac, av);
-
        if (zpm_open(&pkg, av[1])) {
                zpm_begin(&pkg);
                for (i=2; i<ac; i++) {