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

Merge branch 'shellfixes' into 'master'

remove time command at replace loop

See merge request !13
parents 48fe2861 4ac925e1
Branches
No related tags found
1 merge request!13remove time command at replace loop
......@@ -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