diff options
| author | Ron Yorston <rmy@pobox.com> | 2026-02-12 12:50:11 +0000 |
|---|---|---|
| committer | Ron Yorston <rmy@pobox.com> | 2026-02-12 12:58:38 +0000 |
| commit | de7b34e8c779d8baca5abba1394284e0b6e87dc6 (patch) | |
| tree | 6cad7836abe5610f97c32d9b5d395f5e9c34929d /util-linux/acpid.c | |
| parent | 7e0c303a8804608e3c11151655d270a63bfffcfa (diff) | |
| parent | 8424dc436a66a224b73429675a481d074fc2f8dc (diff) | |
| download | busybox-w32-merge.tar.gz busybox-w32-merge.tar.bz2 busybox-w32-merge.zip | |
Merge branch 'busybox' into mergemerge
Diffstat (limited to 'util-linux/acpid.c')
| -rw-r--r-- | util-linux/acpid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/acpid.c b/util-linux/acpid.c index 5c0bb1768..386b988d2 100644 --- a/util-linux/acpid.c +++ b/util-linux/acpid.c | |||
| @@ -145,7 +145,7 @@ struct globals { | |||
| 145 | static void process_event(const char *event) | 145 | static void process_event(const char *event) |
| 146 | { | 146 | { |
| 147 | struct stat st; | 147 | struct stat st; |
| 148 | char *handler = xasprintf("./%s", event); | 148 | char *handler = concat_path_file(".", event); |
| 149 | const char *args[] = { "run-parts", handler, NULL }; | 149 | const char *args[] = { "run-parts", handler, NULL }; |
| 150 | 150 | ||
| 151 | // log the event | 151 | // log the event |
