1 |
diff -Nur e-smith-lib-compspec-2.6.0.old/root/etc/profile.d/e-smith-lib_compspec.sh e-smith-lib-compspec-2.6.0/root/etc/profile.d/e-smith-lib_compspec.sh |
2 |
--- e-smith-lib-compspec-2.6.0.old/root/etc/profile.d/e-smith-lib_compspec.sh 2006-03-16 05:17:50.000000000 -0500 |
3 |
+++ e-smith-lib-compspec-2.6.0/root/etc/profile.d/e-smith-lib_compspec.sh 2021-02-20 00:53:57.712000000 -0500 |
4 |
@@ -25,7 +25,8 @@ |
5 |
1) # need to distinguish between templates and fragments |
6 |
COMPREPLY=( $(find /etc/e-smith/templates \ |
7 |
/etc/e-smith/templates-custom \ |
8 |
- -regex "/etc/e-smith/templates\(-custom\)?$cur.*" \ |
9 |
+ /etc/e-smith/templates.metadata \ |
10 |
+ -regex "/etc/e-smith/templates\(-custom\|.metadata\)?$cur.*" \ |
11 |
-printf "[ -f /%P ] && echo /%P\n" \ |
12 |
| sh | uniq) ) |
13 |
;; |