Skip to content

Commit e12defa

Browse files
committed
allow . in the path to OpenModelica build directory
1 parent 4d1ebfb commit e12defa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.CI/common.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ void patchConfigStatus() {
126126
if (isUnix())
127127
{
128128
// Running on nodes with different paths for the workspace
129-
sh 'sed -i.bak "s,--with-ombuilddir=[A-Za-z0-9/_-]*,--with-ombuilddir=`pwd`/build," config.status OMCompiler/config.status'
129+
sh 'sed -i.bak "s,--with-ombuilddir=[A-Za-z0-9./_-]*,--with-ombuilddir=`pwd`/build," config.status OMCompiler/config.status'
130130
}
131131
}
132132

0 commit comments

Comments
 (0)