mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
Merge pull request #316 from marineam/git
make_chroot: don't enable git-prompt via bashcomp
This commit is contained in:
commit
38e9489e1e
@ -361,9 +361,6 @@ if [[ "${FLAGS_jobs}" -ne -1 ]]; then
|
||||
fi
|
||||
enter_chroot "${CHROOT_TRUNK_DIR}/src/scripts/update_chroot" "${UPDATE_ARGS[@]}"
|
||||
|
||||
# Enable git terminal prompt
|
||||
early_enter_chroot eselect bashcomp enable --global git-prompt
|
||||
|
||||
CHROOT_EXAMPLE_OPT=""
|
||||
if [[ "$FLAGS_chroot" != "$DEFAULT_CHROOT_DIR" ]]; then
|
||||
CHROOT_EXAMPLE_OPT="--chroot=$FLAGS_chroot"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user