bug
This commit is contained in:
parent
3e642b84bc
commit
12fe3a65a5
@ -614,8 +614,7 @@ function container_exec() {
|
||||
composer)
|
||||
"$@"
|
||||
;;
|
||||
esac
|
||||
|
||||
*)
|
||||
SOPTS=+w:
|
||||
LOPTS=chdir:
|
||||
args="$(getopt -n "$MYNAME" -o "$SOPTS" -l "$LOPTS" -- "$@")" || exit 1; eval "set -- $args"
|
||||
@ -636,6 +635,8 @@ function container_exec() {
|
||||
cd "$chdir" || exit 1
|
||||
fi
|
||||
exec "$@"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
################################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user