mirror of
https://github.com/termux-pacman/glibc-packages.git
synced 2025-02-23 22:05:03 +00:00
9 lines
229 B
Plaintext
9 lines
229 B
Plaintext
# @TERMUX_PREFIX_CLASSICAL@/etc/glibc-runner.bashrc
|
|
# this script is for setting up the glibc-runner shell environment
|
|
|
|
if [ -f "${GLIBC_PREFIX}/etc/locale.conf" ]; then
|
|
source "${GLIBC_PREFIX}/etc/locale.conf"
|
|
fi
|
|
|
|
#unset SHELL
|