diff --git a/fetch b/fetch index bdba42b5..7720e276 100755 --- a/fetch +++ b/fetch @@ -1858,7 +1858,6 @@ getscriptdir () { # Source Config {{{ - # Check for $config_file first getconfig () { # Check $config_file @@ -1897,7 +1896,6 @@ esac # If config files are enabled [ "$config" == "on" ] && getconfig - # }}}