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
39ef71e8
Commit
39ef71e8
authored
Sep 17, 2015
by
gsell
Browse files
lib/libpmodules.bash:
- bugfix: namespace prefix added to abspath() call
parent
56da0182
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
lib/libpmodules.bash
lib/libpmodules.bash
+1
-3
No files found.
lib/libpmodules.bash
View file @
39ef71e8
...
...
@@ -7,14 +7,12 @@ shopt -s expand_aliases
declare
-rx
ARGS
=
"
$@
"
declare
-r
BUILDSCRIPT_DIR
=
$(
cd
$(
dirname
"
$0
"
)
&&
pwd
)
declare
-r
BUILDSCRIPT
=
"
${
BUILDSCRIPT_DIR
}
"
/
$(
basename
"
$0
"
)
declare
-rx
SHLIBDIR
=
$(
cd
$(
dirname
"
$BASH_SOURCE
"
)
&&
pwd
)
source
"
${
SHLIBDIR
}
/lib.bash"
declare
-rx
BUILD_BASEDIR
=
$(
abspath
$SHLIBDIR
/..
)
declare
-rx
BUILD_BASEDIR
=
$(
std::abspath
"
${
SHLIBDIR
}
/.."
)
PATH
=
/usr/bin:/bin:/usr/sbin:/sbin
...
...
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