summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_script
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2018-04-09 00:42:15 +0200
committerAxel Beckert <abe@deuxchevaux.org>2018-04-09 00:42:15 +0200
commitfe36c1ada77f817dbeeeed5ee70c7ba08eeb1d18 (patch)
tree0229967da5e73bd29a2d6014c847509b361f3631 /Completion/Unix/Command/_script
parent1521c7d0f7e607b789564e819173e228e9475137 (diff)
parentf9e9dce5443f323b340303596406f9d3ce11d23a (diff)
downloadzsh-fe36c1ada77f817dbeeeed5ee70c7ba08eeb1d18.tar.gz
zsh-fe36c1ada77f817dbeeeed5ee70c7ba08eeb1d18.zip
Merge tag 'zsh-5.5' and hence branch 'upstream' into branch 'debian'
Release 5.5 of zsh
Diffstat (limited to 'Completion/Unix/Command/_script')
-rw-r--r--Completion/Unix/Command/_script6
1 files changed, 4 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_script b/Completion/Unix/Command/_script
index 7f682eaa2..dfe57a796 100644
--- a/Completion/Unix/Command/_script
+++ b/Completion/Unix/Command/_script
@@ -42,12 +42,14 @@ case $OSTYPE in
'(-d -p)-r[record a session with input, output and timing data]'
)
;|
- netbsd*)
+ netbsd*|openbsd*)
args+=(
- '-f[flush output after each write]'
'-c[run specified command instead of a shell]:command:_cmdstring'
)
;|
+ netbsd*)
+ args+=( '-f[flush output after each write]' )
+ ;|
freebsd*)
args+=(
'-f[use filemon(4)]'