From db942c3d0d105952957779232a7df46343f39648 Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Thu, 9 Mar 2023 21:52:19 -0800 Subject: Add option for experimental bundled patches This adds 3 new options to patch order: * bundled + bundled_exp * bundled + bundled_exp + local * local + bundled + bundled_exp The path for bundled experimental patches is: ${CT_LIB_DIR}/packages/${pkg_dir}/experimental and patches that are still being reviewed, but not yet applied upstream may be toggled with ENABLE_EXPERIMENTAL_BUNDLED_PATCHES. Also fix modelines for editors on bootstrap and scripts/functions, and fix mix whitespace in scripts/functions. Closes: #1916 Signed-off-by: Bryan Hundven --- bootstrap | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index ff0b8176..9ffadb72 100755 --- a/bootstrap +++ b/bootstrap @@ -1,5 +1,7 @@ #!/usr/bin/env bash +# -*- mode: bash; tab-width: 4 -*- # vi: ts=4:sw=4:et +# vim: filetype=bash if [ "${BASH_VERSINFO[0]}" -lt 4 ]; then echo "Your BASH shell version (${BASH_VERSION}) is too old." >&2 -- cgit v1.2.3