diff --git a/qsgen2 b/qsgen2 index 328f098..823307e 100755 --- a/qsgen2 +++ b/qsgen2 @@ -287,7 +287,7 @@ function _f_last_updated() { # Perform the replacements tee < ${content} | sed \ -e "s|#updated|${TODAY}|" \ - -e "s|#version|${QSGEN} ${VERSION}|") \ + -e "s|#version|${QSGEN} ${VERSION}|" \ > ${content} }