Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Pmodules
buildblocks
Commits
bcc44334
Commit
bcc44334
authored
Mar 06, 2015
by
gsell
Browse files
lib/libem.bash: sourcing families.d/*.conf not required any more
parent
9a4b7cd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lib/libem.bash
lib/libem.bash
+3
-3
No files found.
lib/libem.bash
View file @
bcc44334
...
...
@@ -31,9 +31,9 @@ if [[ -z "${BUILD_CONFIGDIR}/families.d/"*.conf ]]; then
die 1
"Default family configuration not set in
${
BUILD_CONFIGDIR
}
/families.d"
fi
for
f
in
"
${
BUILD_CONFIGDIR
}
/families.d/"
*
.conf
;
do
source
"
${
f
}
"
done
#
for f in "${BUILD_CONFIGDIR}/families.d/"*.conf; do
#
source "${f}"
#
done
declare
-x
PREFIX
=
''
declare
-x
DOCDIR
=
''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment