diff options
author | pks <pks@pks.rocks> | 2021-04-03 09:43:32 +0200 |
---|---|---|
committer | pks <pks@pks.rocks> | 2021-04-03 09:43:32 +0200 |
commit | 43c0a27a9df9147cdc140f5785e78d4e17af2ace (patch) | |
tree | 957b7fb3896c8c6ea67449fc1207eb1705b7e5cd | |
parent | 8875dffba9e74a8c57b19506eb50f89b32300297 (diff) |
upgrade-gentoo
-rwxr-xr-x | upgrade-gentoo | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/upgrade-gentoo b/upgrade-gentoo index 7cd2047..4e1e65d 100755 --- a/upgrade-gentoo +++ b/upgrade-gentoo @@ -1,12 +1,10 @@ #!/bin/zsh -HOST=$(hostname) - source $(dirname $0)/func.zsh check_root -unset LD_LIBRARY_PATH +unset LD_LIBRARY_PATH # for glibc env-update emaint --check all |