<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- completions/vpnc	2024-02-21 01:55:15
+++ completions/vpnc	2024-02-24 18:38:02
@@ -63,9 +63,9 @@
         # explicit filename
         _comp_compgen_filedir conf
     else
-        # config name, /etc/vpnc/&lt;name&gt;.conf
+        # config name, @@PREFIX@@/etc/vpnc/&lt;name&gt;.conf
         local -a configs
-        if _comp_expand_glob configs '/etc/vpnc/*.conf'; then
+        if _comp_expand_glob configs '@@PREFIX@@/etc/vpnc/*.conf'; then
             configs=("${configs[@]##*/}")
             configs=("${configs[@]%.conf}")
             compopt -o filenames
</pre></body></html>