From dff7eff11b037d508e3c4b683c35954a29b416b0 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 9 May 2000 12:13:38 +0000 Subject: 11280: Completion/User/_make: suppress an error with closed stdin on OpenBSD. 11278: Completion/User/_ssh: disable forwarding to use ssh. --- Completion/User/_make | 2 +- Completion/User/_ssh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion') diff --git a/Completion/User/_make b/Completion/User/_make index 09e4e4f89..bfdf7b91e 100644 --- a/Completion/User/_make +++ b/Completion/User/_make @@ -39,7 +39,7 @@ else $(awk '/^[a-zA-Z0-9][^\/\t=]+:/ {print $1} /^\.include */ || /^\.include *".*mk\/bsd\.pkg\.(subdir\.)?mk"/ { print "fetch fetch-list extract patch configure build install reinstall deinstall package describe checkpatch checksum makesum" }' \ - FS=: $file) + FS=: $file