Semplificato il recupero delle informazioni di path
This commit is contained in:
+1
-7
@@ -1,9 +1,5 @@
|
||||
#! /bin/bash --
|
||||
[ ! -z "${GREZZO_1577141523}" ] && return; GREZZO_1577141523=0
|
||||
unset CDPATH
|
||||
DOVE="$(cd "$(dirname "$(readlink -f -- "${BASH_SOURCE[0]}")")" > /dev/null && pwd -P)"
|
||||
|
||||
. "$DOVE/../grezzo.sh"
|
||||
|
||||
function feat_addpacks_docker() {
|
||||
if ! feat_missing "apt-get"; then
|
||||
@@ -34,8 +30,6 @@ function feat_add_docker() {
|
||||
}
|
||||
|
||||
function pip_feat_add_docker-compose() {
|
||||
. "$DOVE/pip.sh"
|
||||
. "$(this_script_path)/pip.sh"
|
||||
pip_feat_add "docker-compose"
|
||||
}
|
||||
|
||||
unset DOVE
|
||||
Reference in New Issue
Block a user