Skip to content

Commit

Permalink
allow . in the path to OpenModelica build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Oct 28, 2019
1 parent 4d1ebfb commit e12defa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .CI/common.groovy
Expand Up @@ -126,7 +126,7 @@ void patchConfigStatus() {
if (isUnix())
{
// Running on nodes with different paths for the workspace
sh 'sed -i.bak "s,--with-ombuilddir=[A-Za-z0-9/_-]*,--with-ombuilddir=`pwd`/build," config.status OMCompiler/config.status'
sh 'sed -i.bak "s,--with-ombuilddir=[A-Za-z0-9./_-]*,--with-ombuilddir=`pwd`/build," config.status OMCompiler/config.status'
}
}

Expand Down

0 comments on commit e12defa

Please sign in to comment.