Skip to content

Commit 8a692bd

Browse files
committed
Terminate the command
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17680 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent add16ec commit 8a692bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/LibraryTest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ rm -rf "$WORKDIR"
2424
mkdir -p "$WORKDIR" "$WWW/$LIB_DIR" "$HISTORY"
2525
cd "$WORKDIR"
2626

27-
sed "s/^libraryVersion:=\"default\";/libraryVersion:=\"$LIB_VERSION\";/" "$TESTMODELS/BuildModelRecursive.mos" | sed "s/library:=.*/library:=\$TypeName($LIB_NAME);/" | sed "s,referenceFiles:=.*,referenceFiles:=\"$REF_FILES\"," > BuildModelRecursive.mos
27+
sed "s/^libraryVersion:=\"default\";/libraryVersion:=\"$LIB_VERSION\";/" "$TESTMODELS/BuildModelRecursive.mos" | sed "s/library:=.*/library:=\$TypeName($LIB_NAME);/" | sed "s,referenceFiles:=.*,referenceFiles:=\"$REF_FILES\";," > BuildModelRecursive.mos
2828
"$OMHOME/bin/omc" +g=MetaModelica BuildModelRecursive.mos
2929

3030
shopt -s nullglob

0 commit comments

Comments
 (0)