summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_ant.rej
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_ant.rej')
-rw-r--r--Completion/Unix/Command/_ant.rej13
1 files changed, 13 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_ant.rej b/Completion/Unix/Command/_ant.rej
new file mode 100644
index 000000000..15e26c9da
--- /dev/null
+++ b/Completion/Unix/Command/_ant.rej
@@ -0,0 +1,13 @@
+--- Completion/Unix/Command/_ant
++++ Completion/Unix/Command/_ant
+@@ -79,8 +79,8 @@ case $state in
+ compset -P '*:'
+ compset -S ':*'
+ _alternative \
+- "classpath:$state:_path_files -qS: -g '*.(jar|zip)(-.)'" \
+- "classpath:$state:_path_files -r': ' -/" && ret=0
++ "classpath:${state}:_path_files -qS: -g '*.(jar|zip)(-.)'" \
++ "classpath:${state}:_path_files -r': ' -/" && ret=0
+ ;;
+ property)
+ if compset -P 1 '*='; then