about summary refs log tree commit diff
path: root/Completion/Unix/Command/_pine
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_pine')
-rw-r--r--Completion/Unix/Command/_pine2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_pine b/Completion/Unix/Command/_pine
index 5c94c7bd7..736fdc223 100644
--- a/Completion/Unix/Command/_pine
+++ b/Completion/Unix/Command/_pine
@@ -10,7 +10,7 @@ if [[ -n $+_cache_pine_options ]]; then
       break
     fi
   done
-  _cache_pine_options=( $($=getopts | sed -n 's/^\([^#]*=\).*/-\1/p') )
+  _cache_pine_options=( $($=getopts | sed -n 's/^\([-a-z]*=\).*/-\1/p') )
 fi
 
 sortorder=( {subject,arrival,date,from,size}{,/reverse} )