From 874b16209cb8d9e409cad4d8e88dca779fcc94b0 Mon Sep 17 00:00:00 2001 From: Hiroo HAYASHI <24754036+hirooih@users.noreply.github.com> Date: Sat, 17 Jul 2021 23:31:18 +0900 Subject: [PATCH] Tmain: lang-sequel.d output to stdout "make distcheck" failed with "permission denied" error. Because it tried to create a tag file on a readonly directory. --- Tmain/lang-sequel.d/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tmain/lang-sequel.d/run.sh b/Tmain/lang-sequel.d/run.sh index 141e233e5b..17b1be0735 100644 --- a/Tmain/lang-sequel.d/run.sh +++ b/Tmain/lang-sequel.d/run.sh @@ -7,4 +7,4 @@ CTAGS=$1 . ../utils.sh -${CTAGS} --quiet --options=NONE --options=./args.ctags input.unknown +${CTAGS} --quiet --options=NONE --options=./args.ctags -o - input.unknown