aboutsummaryrefslogtreecommitdiff
path: root/bin/mpdlrc
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mpdlrc')
-rwxr-xr-xbin/mpdlrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mpdlrc b/bin/mpdlrc
index b1871a5..bd39843 100755
--- a/bin/mpdlrc
+++ b/bin/mpdlrc
@@ -95,8 +95,8 @@ MPD: while (1) {
# Something important happened; kill any running lyric processes
if ($pid) {
kill 'INT', $pid;
+ waitpid $pid, 0;
$pid = undef;
- wait;
}
}