Skip to content

Commit

Permalink
temporary bugfix solution
Browse files Browse the repository at this point in the history
  • Loading branch information
philipdelff committed Dec 11, 2024
1 parent cc7425a commit 38f0f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/NMrunWin.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ NMrunLin <- function(fn.mod,dir.mod.abs,exts.cp,meta.tables,path.nonmem,clean,sg
fi",fn.lst)
,"done"
,sprintf("if [ -f %s ] ; then
txterr=`grep \"ERROR \" %s`
txterr=`grep \" ERROR \" %s`
if [ \"$txterr\" != \"\" ] ; then
RUNNING=0
echo \"NMTRAN error found\"
Expand Down

0 comments on commit 38f0f58

Please sign in to comment.