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
cee56109
Commit
cee56109
authored
Apr 13, 2015
by
stadler_h
Browse files
Merge with Achims version
parent
14f03567
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
scripts/Bootstrap/Pmodules/libpmodules.bash
scripts/Bootstrap/Pmodules/libpmodules.bash
+2
-7
No files found.
scripts/Bootstrap/Pmodules/libpmodules.bash
View file @
cee56109
...
...
@@ -28,12 +28,6 @@ debug() {
die
()
{
local
-ri
ec
=
$1
shift
local
cout
if
((
ec
==
0
))
;
then
cout
=
'1'
else
cout
=
'2'
fi
if
[[
-n
$@
]]
;
then
local
-r
fmt
=
$1
shift
...
...
@@ -90,6 +84,7 @@ initialized properly!"
check_pmodules_directories
()
{
local
-r
src_prefix
=
"
$1
"
[[
-d
"
${
src_prefix
}
"
]]
&&
[[
-d
"
${
src_prefix
}
/
${
PSI_CONFIG_DIR
}
"
]]
&&
[[
-d
"
${
src_prefix
}
/
${
PSI_MODULES_ROOT
}
"
]]
&&
...
...
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