index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | lib/common-functions | 6 |
diff --git a/lib/common-functions b/lib/common-functions index ad0f206..c0121e6 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -577,8 +577,10 @@ mangle_pkgbuild() { :a s,^\s*\(\S[^=]*\)=(\([^()]*\(#[^\n]*\n\)\?\)*),\0\n\1=("${\1[\@]/lib32-/}")\n, t - $!N - ba + $! { + N + ba + } } ' "${PKGBUILD}" } |