]> git.phdru.name Git - dotfiles.git/blobdiff - .shellrc
.shellrc: use '() {' syntax for functions
[dotfiles.git] / .shellrc
index 189817bd65eb6a95476556b45de15e79aeb8c5e3..6a57008952d125a312c4c012a75875286fa09699 100644 (file)
--- 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