Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Dec 13, 2017
1 parent ad2e0fa commit 5fc6ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ install_tinytex = function(force = FALSE, dir) {
'please restart ', if (Sys.getenv('RSTUDIO') != '') 'RStudio' else 'R', '.'
))
bat = readLines('install-tl-windows.bat')
# never PAUSE (no way to interactive with the Windows shell from R)
# never PAUSE (no way to interact with the Windows shell from R)
writeLines(
grep('^pause\\s*$', bat, ignore.case = TRUE, invert = TRUE, value = TRUE),
'install-tl-windows.bat'
Expand Down

0 comments on commit 5fc6ada

Please sign in to comment.