summaryrefslogtreecommitdiffstats
path: root/virtual-programs
diff options
context:
space:
mode:
Diffstat (limited to 'virtual-programs')
-rw-r--r--virtual-programs/unix-commands.folk1
1 files changed, 0 insertions, 1 deletions
diff --git a/virtual-programs/unix-commands.folk b/virtual-programs/unix-commands.folk
index 9958debb..94cb9597 100644
--- a/virtual-programs/unix-commands.folk
+++ b/virtual-programs/unix-commands.folk
@@ -26,7 +26,6 @@ When /someone/ wishes /p/ runs Unix command /c/ {
fconfigure $reader -blocking 0
fileevent $reader readable [list ::readline $jobid $reader]
-
When /p/ is running Unix command /c/ with job id $jobid output /log/ {
Wish $p is labelled [join $log "\n"]
}