- pmodules.xyz() functions renamed to pbuild::xyz() - use pbuild for bootstrapping components
9 lines
228 B
Bash
Executable File
9 lines
228 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source $(dirname $0)/../lib/lib.bash
|
|
declare -rx BUILD_BLOCK=$(std::abspath "$1")
|
|
declare -rx BUILD_BLOCK_DIR=$(dirname "${BUILD_BLOCK}")
|
|
shift 1
|
|
source $(dirname $0)/../lib/libpmodules.bash
|
|
source "${BUILD_BLOCK}"
|