tUse binary signatures for packs - repo - list/download/sync packs with remote repositories
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit f751e7e38b8a532548b1ad1de251567bed0887cf
(DIR) parent 9740af45a711fa311b55c34e74ecdbf0fd097eee
(HTM) Author: z3bra <contactatz3bradotorg>
Date: Mon, 27 Nov 2017 08:49:09 +0100
Use binary signatures for packs
Diffstat:
M repo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/repo.c b/repo.c
t@@ -24,7 +24,7 @@ int cachepack(char *, char *, struct packs *, int);
int verbose = 0;
int fflag, lflag, sflag, uflag;
-char *sickexec[] = { "sick", "-a", NULL };
+char *sickexec[] = { "sick", NULL };
void
usage(char *name)