mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-08-01 09:13:39 +02:00
implement/fix issue #2: move additional binaries to "$PMODULES_HOME/sbin"
This commit is contained in:
@@ -3,10 +3,11 @@
|
||||
if [[ -z ${bindir} ]]; then
|
||||
local bindir=$(dirname "${BASH_SOURCE}")
|
||||
bindir=$(cd "${bindir}"/.. && pwd)"/bin"
|
||||
sbindir=$(cd "${bindir}"/.. && pwd)"/sbin"
|
||||
fi
|
||||
|
||||
pmodules::get_options() {
|
||||
"${bindir}/getopt" "$@"
|
||||
"${sbindir}/getopt" "$@"
|
||||
}
|
||||
|
||||
pmodules::check_env_vars() {
|
||||
|
||||
Reference in New Issue
Block a user