Skip to content

Commit 0aa293b

Browse files
committed
template, metamanifest: shellenv logflush variable added
1 parent 5443779 commit 0aa293b

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
PK_LOGFLUSH=ALWAYS
1+
PK_LOGFLUSH=#{SHELLENV_LOGFLUSH}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
PK_LOGFLUSH=ALWAYS
1+
PK_LOGFLUSH=#{SHELLENV_LOGFLUSH}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
PK_LOGFLUSH=ALWAYS
1+
PK_LOGFLUSH=#{SHELLENV_LOGFLUSH}

src/lua/project-create/metamanifest/metamanifest.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ Disallow: /]];
155155
EMPTY_LISTEN = false;
156156
NORMAL_LISTEN = { "SAVE_BLOCK" };
157157
SUBTREE = "";
158+
SHELLENV_LOGFLUSH = "ALWAYS";
158159
}
159160
dictionary.PROJECT_LIBDIR = dictionary.PROJECT_NAME .. "-lib"
160161
dictionary.PROJECT_LIB_ROCK = dictionary.PROJECT_NAME .. ".lib"

0 commit comments

Comments
 (0)