about summary refs log tree commit diff
path: root/Completion/Unix/Command/_ant.rej
blob: 15e26c9da93ef7e7d504e41f49cba5230f972c6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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