To get this branch, use:
bzr branch
http://bzr.recompile.se/loggerhead/mandos/trunk
« back to all changes in this revision
Viewing changes to plugin-runner.c
-
Committer:
Teddy Hogeborn
-
Date:
2019-07-24 11:02:24 UTC
-
Revision ID:
teddy@recompile.se-20190724110224-i5wwdsrv2h9ic4nh
Fix bashisms: Use "command -v" instead of "type"
* Makefile (DOCBOOKTOMAN): Change "type" to "command -v".
* mandos-to-cryptroot-unlock: - '' -
- files added:
-
debian/tests
Show diffs side-by-side
added
removed
586
586
if(arg[0] == '\0'){
590
__attribute__((fallthrough));
591
595
return ARGP_ERR_UNKNOWN;