logo

etc_portage

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/etc_portage.git

samurai-0.6-Add-fake-l-flag-for-compatibility.patch (557B)


  1. From 71ed7717c707c9117088bebb7cc4e70a561bdfe5 Mon Sep 17 00:00:00 2001
  2. From: "Haelwenn (lanodan) Monnier" <contact@hacktivis.me>
  3. Date: Fri, 8 Mar 2019 10:33:52 +0100
  4. Subject: [PATCH] samu.c: Add fake -l flag for compatibility
  5. ---
  6. samu.c | 3 +++
  7. 1 file changed, 3 insertions(+)
  8. diff --git a/samu.c b/samu.c
  9. index 2eb6ce1..4f9ad8b 100644
  10. --- a/samu.c
  11. +++ b/samu.c
  12. @@ -133,6 +133,9 @@ main(int argc, char *argv[])
  13. case 'w':
  14. warnflag(EARGF(usage()));
  15. break;
  16. + case 'l':
  17. + // ignore for now ?
  18. + break;
  19. default:
  20. usage();
  21. } ARGEND
  22. --
  23. 2.19.2