diff options
| author | Alexey Neyman <stilor@att.net> | 2019-02-12 22:55:55 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-12 22:55:55 -0800 |
| commit | 2da27758a9638b07f06d490251f0e44abf398057 (patch) | |
| tree | 4ec507c1c598bbbd75b1e0846d01f383bef19f99 /bootstrap | |
| parent | db4fdf015061e5c8a39cbb3c8ff4c33bea9ebdf8 (diff) | |
| parent | 47e16f64e4bb98b8bd616a9bf45f80113a0794f1 (diff) | |
| download | crosstool-ng-2da27758a9638b07f06d490251f0e44abf398057.tar.gz crosstool-ng-2da27758a9638b07f06d490251f0e44abf398057.tar.bz2 crosstool-ng-2da27758a9638b07f06d490251f0e44abf398057.zip | |
Merge pull request #1136 from stilor/upgrading2
Upgradability, phase 2
Diffstat (limited to 'bootstrap')
| -rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
