diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-07 23:10:29 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-07 23:10:29 +0200 |
commit | 3781c69cbc45591ea4ac06868a65a0ee84151edd (patch) | |
tree | cdd1e2c5a8b8e19a027f17b9240838064dc684a9 /make-aux-files.sh | |
parent | 4458e3d2d88184e1c5b566f8bac38b6015abd81e (diff) |
Remove eol spaces
Diffstat (limited to 'make-aux-files.sh')
-rwxr-xr-x | make-aux-files.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-aux-files.sh b/make-aux-files.sh index ad8bcea6f..785ec1b64 100755 --- a/make-aux-files.sh +++ b/make-aux-files.sh @@ -8,7 +8,7 @@ mv bootscripts lfs-bootscripts-$version # Create the tarball and clean up tar -cJf lfs-bootscripts-$version.tar.xz --exclude .svn lfs-bootscripts-$version -mv lfs-bootscripts-$version bootscripts +mv lfs-bootscripts-$version bootscripts #rm -f udev-config*.bz2 |