distribution/packages/tools/entware/profile.d/99-entware.conf
2022-02-05 09:23:32 -05:00

10 lines
203 B
Text

# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2018-present Team CoreELEC (https://coreelec.org)
case $- in
*i*)
[ -f /opt/etc/profile ] && . /opt/etc/profile
;;
*)
;;
esac