From 4aa3f439d814807d093b2a7731a3b7b25ed520cd Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 19 Oct 2024 10:20:18 +0100 Subject: eltpatch.in: fix some indentation nits Signed-off-by: Sam James --- eltpatch.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/eltpatch.in b/eltpatch.in index 2714ba0..23463be 100644 --- a/eltpatch.in +++ b/eltpatch.in @@ -61,9 +61,9 @@ ELT_try_and_apply_patch() { # ELT_libtool_version() { ( - unset VERSION - eval $(grep -e '^[[:space:]]*VERSION=' "$1") - echo "${VERSION:-0}" + unset VERSION + eval $(grep -e '^[[:space:]]*VERSION=' "$1") + echo "${VERSION:-0}" ) } @@ -333,8 +333,8 @@ elibtoolize() { fi else if grep -qs 'We do not want portage' "${d}/ltmain.sh" ; then - # ewarn " Portage patch seems to be already applied." - # ewarn " Please verify that it is not needed." + #ewarn " Portage patch seems to be already applied." + #ewarn " Please verify that it is not needed." : else local version=$(ELT_libtool_version "${d}"/ltmain.sh) @@ -417,11 +417,11 @@ elibtoolize() { ELT_walk_patches "${d}/configure" "${p}" ret=$? ;; - fix-file-check) + fix-file-check) ELT_walk_patches "${d}/configure" "${p}" ret=$? ;; - clang-runtime) + clang-runtime) ELT_walk_patches "${d}/configure" "${p}" ret=$? ;; -- cgit v1.2.3-65-gdbad