diff options
author | Sam James <sam@gentoo.org> | 2024-10-19 10:20:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-19 10:20:18 +0100 |
commit | 4aa3f439d814807d093b2a7731a3b7b25ed520cd (patch) | |
tree | 35beee56bb9da70c4b0f67d2aa8d041785b3b890 | |
parent | Makefile: cleanup temporary test files in clean target (diff) | |
download | elt-patches-4aa3f439d814807d093b2a7731a3b7b25ed520cd.tar.gz elt-patches-4aa3f439d814807d093b2a7731a3b7b25ed520cd.tar.bz2 elt-patches-4aa3f439d814807d093b2a7731a3b7b25ed520cd.zip |
eltpatch.in: fix some indentation nits
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | eltpatch.in | 14 |
1 files 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=$? ;; |