diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-20 01:49:08 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-20 01:49:08 +0000 |
| commit | fefc86db72eca786b0e0dc7d6252eaabbd8fbee2 (patch) | |
| tree | 802d37ba348c88721d6683d9f0ffab544f91120b /scripts | |
| parent | dfcb78711dbad400bac223e6d7fff32a80f7f340 (diff) | |
| download | baldeagleos-repo-fefc86db72eca786b0e0dc7d6252eaabbd8fbee2.tar.gz baldeagleos-repo-fefc86db72eca786b0e0dc7d6252eaabbd8fbee2.tar.xz baldeagleos-repo-fefc86db72eca786b0e0dc7d6252eaabbd8fbee2.zip | |
Adding metadata
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/bootstrap.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index a84263ba448e..4e6b87af15a4 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -2,6 +2,8 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Maintainer: releng@gentoo.org + file_version="2021.0" # update manually: <year>.<counter> # people who were here: @@ -172,7 +174,7 @@ pycmd() { } # TSTP messes ^Z of bootstrap up, so we don't trap it anymore. -trap "cleanup" TERM KILL INT QUIT ABRT +trap "cleanup" TERM INT QUIT ABRT # Bug #50158 (don't use `which` in a bootstrap). if ! type -path portageq &>/dev/null ; then |
