From ae5f816b7ca05c64e19430dd58626afd04293d57 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 8 Jul 2016 01:52:16 +0300 Subject: [PATCH] .shellrc: use '() {' syntax for functions Opening '{' must be on the same line. --- .shellrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.shellrc b/.shellrc index 189817b..6a57008 100644 --- a/.shellrc +++ b/.shellrc @@ -210,8 +210,7 @@ case "$SHELL" in esac -include() -{ +include() { cfg="$1" if [ -f "./$cfg" -a -r "./$cfg" ]; then echo "Reading config file \`$cfg'" 1>&2 -- 2.39.2