distribution/packages/tools/entware/profile.d/99-entware.conf

11 lines
203 B
Text
Raw Normal View History

2022-02-05 14:23:32 +00:00
# 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