Merge branch 'master' into 32-overlay-implementation

# Conflicts:
#	Pmodules/modbuild.in
This commit is contained in:
2019-05-28 11:12:55 +02:00
+3
View File
@@ -24,6 +24,9 @@ source libstd.bash || {
echo "Oops: library '$_' cannot be loaded!" 1>&2; exit 3;
}
source libpbuild.bash || \
std::die 3 "Oops: Cannot source library -- '$_'"
# save arguments, (still) required for building dependencies
declare -r ARGS="$@"