Skip to content
Snippets Groups Projects

task#5047 - FIX EOL in ci-custom-vars

Merged Hahn Axel (hahn) requested to merge task-5047-fix-eol into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -1718,7 +1718,7 @@ class project extends base {
file_put_contents($sCfgout, $sCfgContent);
$sReturn.=$this->_execAndSend('ls -l ' . $sCfgout);
$sReturn.=$this->_execAndSend('cat ' . $sCfgout);
$sReturn.=$this->_execAndSend('cat ' . $sCfgout);
}
$sReturn.=$this->_oHtml->getBox("success", t('class-project-info-build-checkout-ok'));
Loading