Skip to content
Snippets Groups Projects
Commit 4ac925e1 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

remove time command at replace loop

parent 224c2d7f
No related branches found
No related tags found
1 merge request!13remove time command at replace loop
This commit is part of merge request !13. Comments created here will be created in the context of that merge request.
......@@ -201,7 +201,7 @@ function _generateFiles(){
local _tmpfile=/tmp/newfilecontent$$.tmp
h2 "generate files from templates..."
time for mytpl in templates/*
for mytpl in templates/*
do
# h3 $mytpl
local _doReplace=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment