Skip to content
Snippets Groups Projects

remove time command at replace loop

Merged Hahn Axel (hahn) requested to merge shellfixes into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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
Loading