From 9bbc6e7daa0014ff4e814082a7a98321854a4b73 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sun, 25 Jun 2006 16:15:02 +0000 Subject: unposted: autoload is-at-least in _tar if using GNU tar. --- Completion/Unix/Command/_tar | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_tar') diff --git a/Completion/Unix/Command/_tar b/Completion/Unix/Command/_tar index e8b400669..f24605b3c 100644 --- a/Completion/Unix/Command/_tar +++ b/Completion/Unix/Command/_tar @@ -24,7 +24,8 @@ local _tar_cmd tf tmp tmpb del index if _pick_variant gnu=GNU unix --version; then case "$($service --version)" in (tar \(GNU tar\) (#b)([0-9.-]##)*) - is_at_least 1.14.91 "$match[1]" || _cmd_variant[$service]="gnu-old" + autoload is-at-least + is-at-least 1.14.91 "$match[1]" || _cmd_variant[$service]="gnu-old" ;; esac fi -- cgit 1.4.1