summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2019-02-09 23:55:16 (GMT)
committerAlexey Neyman <stilor@att.net>2019-02-09 23:55:16 (GMT)
commit74a53fdf3eb383f09bdbf0d4adf8d2e26f838bd1 (patch)
tree59f7c27a3d83f8ede979e58407c0a40c2d75b10b /bootstrap
parent09cb590847e5e26e5bb029c1a2693cfa7a1e99b6 (diff)
Use enhanced framework for 'ct-ng update-samples'
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index c7d01ba..e4aad7f 100755
--- a/bootstrap
+++ b/bootstrap
@@ -780,7 +780,7 @@ msg "*** Gathering the list of data files to install"
# Implement some kind of .installignore for these files?
case "${f}" in
# Avoid temp files
- .*.swp|.*.swo)
+ *.sw[po])
continue
;;
# And, some files automake insists we must have