diff options
-rw-r--r-- | update-ca.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-ca.c b/update-ca.c index 7bb4f1b..2b3195b 100644 --- a/update-ca.c +++ b/update-ca.c @@ -330,7 +330,7 @@ int main(int a, char **v) free(tmpfile); /* Execute run-parts */ - static const char *run_parts_args[] = { "run-parts", RUNPARTSDIR, 0 }; + static char *const run_parts_args[] = { "run-parts", RUNPARTSDIR, 0 }; execve("/usr/bin/run-parts", run_parts_args, NULL); execve("/bin/run-parts", run_parts_args, NULL); perror("run-parts"); |