aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2019-02-09 15:55:16 -0800
committerAlexey Neyman <stilor@att.net>2019-02-09 15:55:16 -0800
commit74a53fdf3eb383f09bdbf0d4adf8d2e26f838bd1 (patch)
tree59f7c27a3d83f8ede979e58407c0a40c2d75b10b /bootstrap
parent09cb590847e5e26e5bb029c1a2693cfa7a1e99b6 (diff)
downloadcrosstool-ng-74a53fdf3eb383f09bdbf0d4adf8d2e26f838bd1.tar.gz
crosstool-ng-74a53fdf3eb383f09bdbf0d4adf8d2e26f838bd1.tar.bz2
crosstool-ng-74a53fdf3eb383f09bdbf0d4adf8d2e26f838bd1.zip
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 c7d01ba8..e4aad7ff 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