From d7de2c8735afd07ee06070c70821cb5f4432364b Mon Sep 17 00:00:00 2001 From: "R.Andres Castaneda" Date: Tue, 26 Apr 2022 12:29:45 -0400 Subject: [PATCH] Temporary fix for backticks in the text fixes #22 --- githubdb.ado | 1 + 1 file changed, 1 insertion(+) diff --git a/githubdb.ado b/githubdb.ado index 6237d19..732689a 100644 --- a/githubdb.ado +++ b/githubdb.ado @@ -137,6 +137,7 @@ program githubdb, rclass file read `hitch2' line local pkglist "" while r(eof) == 0 { + local line : subinstr local line "`" "'", all // ` if substr(`"`macval(line)'"', 1,2) == "N " { local newline : di substr(`"`macval(line)'"', 2,.) local newline : subinstr local newline ".pkg" "", all