From 5e23b12e0cdc531554e21ca464d2d0a2f8205645 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 2 Oct 2019 15:17:02 -0400 Subject: path related, mostly cosmetic code --- org/doc_reform.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'org/doc_reform.org') diff --git a/org/doc_reform.org b/org/doc_reform.org index 35fe96d..a8fd2a6 100644 --- a/org/doc_reform.org +++ b/org/doc_reform.org @@ -790,11 +790,10 @@ auto _env = [ #+NAME: doc_reform_args #+BEGIN_SRC d -auto _manifest_start = PodManifest!()(""); auto _manifest_matter = PathMatters!()(_opt_action, _env, ""); auto _manifests = [ _manifest_matter ]; foreach(arg; args[1..$]) { - _manifest_start = PodManifest!()(arg); + auto _manifest_start = PodManifest!()(arg); if (arg.match(rgx.flag_action)) { flag_action ~= " " ~ arg; // flags not taken by getopt } else if ( -- cgit v1.2.3