mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
Use foo () instead of foo ( ) for function definition,
so zsh can parse this file as well.
This commit is contained in:
parent
9dc1f83dc8
commit
315e40d22b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76331
@ -354,7 +354,7 @@ harvest_p_to_p="YES" # Entropy device harvests point-to-point randomness
|
||||
|
||||
if [ -z "${source_rc_confs_defined}" ]; then
|
||||
source_rc_confs_defined=yes
|
||||
source_rc_confs ( ) {
|
||||
source_rc_confs () {
|
||||
local i sourced_files
|
||||
for i in ${rc_conf_files}; do
|
||||
case ${sourced_files} in
|
||||
@ -370,4 +370,3 @@ if [ -z "${source_rc_confs_defined}" ]; then
|
||||
done
|
||||
}
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user