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
17ae4089
Commit
17ae4089
authored
Jul 16, 2014
by
gsell
Browse files
all.build: pass arguments to family.build
parent
ceb77c4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/all.build
scripts/all.build
+1
-1
No files found.
scripts/all.build
View file @
17ae4089
...
...
@@ -5,5 +5,5 @@ source "$(dirname $0)/../lib/lib.bash"
[[
-z
$EM_ETCDIR
]]
&&
die 1
"Module environment not loaded"
while
read
family rest
;
do
$(
dirname
$0
)
/family.build
${
family
}
$(
dirname
$0
)
/family.build
${
family
}
"
$@
"
done
<
"
${
EM_ETCDIR
}
/family.conf"
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