[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 07/18] website-build: check.sh: fix line length.
From: |
Denis 'GNUtoo' Carikli |
Subject: |
[PATCH v1 07/18] website-build: check.sh: fix line length. |
Date: |
Sat, 25 May 2024 20:25:42 +0200 |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
website-build/check.sh | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/website-build/check.sh b/website-build/check.sh
index fa917a9..5c421d0 100755
--- a/website-build/check.sh
+++ b/website-build/check.sh
@@ -68,8 +68,9 @@ run_tests()
{
test_pattern "html test" "${tarball}" '\.html$'
test_pattern "jpg test" "${tarball}" '\.jpg$'
- test_savannah_cvs_constraints "Savannah CVS: Only /index.html in root
directory" \
- "${tarball}"
+ test_savannah_cvs_constraints \
+ "Savannah CVS: Only /index.html in root directory" \
+ "${tarball}"
}
if [ $# -eq 1 ] && [ "$1" = "-h" -o "$1" == "--help" ] ; then
--
2.41.0
- [PATCH v1 02/18] website-build: index.html: add license header and add the GFDL 1.3+., (continued)
- [PATCH v1 02/18] website-build: index.html: add license header and add the GFDL 1.3+., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 03/18] website-build: remove unused DOMAIN variable., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 04/18] website-build: configure.ac: remove duplicated line breaks., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 06/18] website-build: use a less common port., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 05/18] website-build: make the lighttpd port configurable, Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 07/18] website-build: check.sh: fix line length.,
Denis 'GNUtoo' Carikli <=
- [PATCH v1 08/18] website-build: check.sh: make it pass shellcheck., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 11/18] website-build: Makefile: default to help target., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 09/18] website-build: build.sh: make it pass shellcheck., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 12/18] website-build: README: fix introduction., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 10/18] website-build: targets: rename targets to use build, serve and publish., Denis 'GNUtoo' Carikli, 2024/05/25