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
75832ca0
Commit
75832ca0
authored
Oct 14, 2015
by
gsell
Browse files
scripts/all.build removed
parent
5f3a26f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
scripts/all.build
scripts/all.build
+0
-9
No files found.
scripts/all.build
deleted
100755 → 0
View file @
5f3a26f3
#!/bin/bash
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
}
"
$@
"
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