aboutsummaryrefslogtreecommitdiffstats
path: root/gasroot-setuid.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 13:27:22 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 13:27:22 +0100
commit4ce39a885e6025a39ca8a6801c2b3feab1f879d5 (patch)
treebe334e3e0a923dff980f511e0e30383cf59b9ccb /gasroot-setuid.c
parentfix config.mk (diff)
downloadgasroot-4ce39a885e6025a39ca8a6801c2b3feab1f879d5.tar.gz
gasroot-4ce39a885e6025a39ca8a6801c2b3feab1f879d5.tar.bz2
gasroot-4ce39a885e6025a39ca8a6801c2b3feab1f879d5.tar.xz
m fixes1.0.1
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'gasroot-setuid.c')
-rw-r--r--gasroot-setuid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gasroot-setuid.c b/gasroot-setuid.c
index b699b32..ca0b6c6 100644
--- a/gasroot-setuid.c
+++ b/gasroot-setuid.c
@@ -258,6 +258,6 @@ main(int argc, char *argv[])
}
execvp(argv[0], argv);
- fprintf(stderr, "%s: execvpe %s: %s\n", argv0, argv[0], strerror(errno));
+ fprintf(stderr, "%s: execvp %s: %s\n", argv0, argv[0], strerror(errno));
return errno == ENOENT ? EXIT_NOENT : EXIT_EXEC;
}