[jhalfs] 01/02: nitpick in gen-special.sh: fix indent
| Newsgroups | gmane.linux.lfs.automated |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch ablfs-more in repository jhalfs. commit 3439ff6deb9c1091a4671f8158d178a5c8ccebf8 Author: Pierre Labastie <[email protected]> AuthorDate: Wed Nov 1 16:31:19 2023 +0100 nitpick in gen-special.sh: fix indent --- BLFS/gen-special.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BLFS/gen-special.sh b/BLFS/gen-special.sh index 25fb5f8..ec706fd 100755 --- a/BLFS/gen-special.sh +++ b/BLFS/gen-special.sh @@ -123,9 +123,9 @@ EOF # we need also to remove lines beginning with #. # Note that only xorg pages have '&' in them. So for kde # pages, what is extracted it the full tarball name. -list_cat="$(sed -n '/>cat.*\.\(md5\|dat\)/,/EOF</p' $file | \ - grep -v '>cat\|EOF<\|#' | \ - awk '{ print $NF }' | sed 's/-&.*//')" + list_cat="$(sed -n '/>cat.*\.\(md5\|dat\)/,/EOF</p' $file | \ + grep -v '>cat\|EOF<\|#' | \ + awk '{ print $NF }' | sed 's/-&.*//')" precpack=NONE for pack in $list_cat; do -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/alfs-discuss Unsubscribe: See the above information page