This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/mksh.git#78ce37d017a96225c12f3242461d993f22b7dcc0
9 lines
124 B
Plaintext
9 lines
124 B
Plaintext
# .mkshrc
|
|
|
|
# Source global definitions
|
|
if [ -f /etc/mkshrc ]; then
|
|
. /etc/mkshrc
|
|
fi
|
|
|
|
# User specific aliases and functions
|