This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23596
Commits
1
Branch
46 MiB
Tree:
459aa353bb
lilik-openwrt-22.03
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '459aa353bb'
${ noResults }
openwrt-packages-dist
/
utils
/
bash
/
files
/
etc
/
profile.d
/
sys_bashrc.sh
1 line
92 B
Raw
Normal View
History
bash: Enable system-wide .bashrc file, source /etc/shinit This enables a system-wide .bashrc file (/etc/bash.bashrc), as well as some other options related to startup files, and sources /etc/shinit for interactive shells. Fixes https://bugs.openwrt.org/index.php?do=details&task_id=3019. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
5 years ago
[
-z
"
$BASH
"
]
||
[
"
$BASH
"
=
/bin/sh
]
||
[
\!
-s /etc/bash.bashrc
]
||
. /etc/bash.bashrc