From cbd52eae5381542862f5dae29f4d0fd0fdc36541 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 12 Jan 2005 10:31:54 +0000 Subject: 20692: unset POSIXLY_CORRECT in test. unposted: minor comment change in _perforce --- Completion/Unix/Command/_perforce | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Completion/Unix/Command/_perforce') diff --git a/Completion/Unix/Command/_perforce b/Completion/Unix/Command/_perforce index 67aafdb4a..3455d0cf9 100644 --- a/Completion/Unix/Command/_perforce +++ b/Completion/Unix/Command/_perforce @@ -1830,6 +1830,10 @@ _perforce_cmd_obliterate() { (( $+functions[_perforce_cmd_opened] )) || _perforce_cmd_opened() { + # You might think you could check for files opened on another + # client, and hence the -c completion should have the argument + # -tp, but currently Perforce doesn't allow that, so -tc is correct. + # This is true even if -a is also given. _arguments -s : \ '-a[list for all clients]' \ '-c+[select by change]:change:_perforce_changes -tc' \ -- cgit 1.4.1