X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=zpm-script.c;h=d947f058b68c9a9076ec02ebb7089c5574613452;hb=aeefcd018ce388d9a4f496994fd9961d13ba62df;hp=8018849b36c450b1f00db39657557e658877b8ea;hpb=1e4c821a25907f59c322fda9ea8bf66e0f54a021;p=zpackage diff --git a/zpm-script.c b/zpm-script.c index 8018849..d947f05 100644 --- a/zpm-script.c +++ b/zpm-script.c @@ -146,7 +146,6 @@ int main(int ac, char **av){ int quiet = 0; int scriptishash = 0; int mode = RUN; - int all = 0; if (getenv("ZPMDB")) { db = getenv("ZPMDB"); @@ -178,7 +177,6 @@ int main(int ac, char **av){ case 'l': mode = LIST; break; case 'R': rootdir = optarg; break; case 'F': required = 1; break; - case 'a': all = 1; break; case 'h': scriptishash = 1; break; case 'o': output = optarg; break;