Use foo () instead of foo ( ) for function definition,

so zsh can parse this file as well.
This commit is contained in:
schweikh 2001-05-07 14:15:02 +00:00
parent 1de4ae7609
commit 64335fb3fd

View File

@ -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