* [PATCH] dtas-*edit: fix inotify watch invocations
@ 2015-05-21 7:47 Eric Wong
0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2015-05-21 7:47 UTC (permalink / raw)
To: dtas-all; +Cc: Eric Wong
Broken by commit c02f0b8182b35df1a318418bbd0036c00be93b5c
("source/splitfx: allow watching extra external scripts")
Oops
---
bin/dtas-sinkedit | 2 +-
bin/dtas-sourceedit | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/dtas-sinkedit b/bin/dtas-sinkedit
index 3a4bda8..f0b222c 100755
--- a/bin/dtas-sinkedit
+++ b/bin/dtas-sinkedit
@@ -78,7 +78,7 @@ else
rset = [ sev ]
if watch
ino = DTAS::Watchable::InotifyReadableIter.new
- ino.watch_file(tmp_path, do_update)
+ ino.watch_files(tmp_path, do_update)
rset << ino
end
diff --git a/bin/dtas-sourceedit b/bin/dtas-sourceedit
index bf9e829..fba0511 100755
--- a/bin/dtas-sourceedit
+++ b/bin/dtas-sourceedit
@@ -65,7 +65,7 @@ else
rset = [ sev ]
if watch
ino = DTAS::Watchable::InotifyReadableIter.new
- ino.watch_file(tmp_path, do_update)
+ ino.watch_files(tmp_path, do_update)
rset << ino
end
--
EW
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-05-21 7:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-21 7:47 [PATCH] dtas-*edit: fix inotify watch invocations Eric Wong
everything related to duct tape audio suite (dtas)
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://80x24.org/dtas-all
git clone --mirror http://ou63pmih66umazou.onion/dtas-all
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V1 dtas-all dtas-all/ https://80x24.org/dtas-all \
dtas-all@nongnu.org
public-inbox-index dtas-all
Example config snippet for mirrors.
Newsgroups are available over NNTP:
nntp://news.public-inbox.org/inbox.comp.audio.dtas
nntp://ou63pmih66umazou.onion/inbox.comp.audio.dtas
note: .onion URLs require Tor: https://www.torproject.org/
code repositories for the project(s) associated with this inbox:
../../../dtas.git
AGPL code for this site: git clone http://ou63pmih66umazou.onion/public-inbox.git