Skip to content

Commit

Permalink
corrected namespace of MojoSetup.platform.runscript
Browse files Browse the repository at this point in the history
  • Loading branch information
kratz00 committed Apr 16, 2012
1 parent 48e23a6 commit 87dc0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs.txt
Expand Up @@ -1103,7 +1103,7 @@ Your config file is a Lua script, and as such, has access to all of Lua's
runtime, as require() won't respect the Base Archive.


MojoSetup.runscript(script, devnull, args...)
MojoSetup.platform.runscript(script, devnull, args...)

Run the given script in a shell. If devnull is true, all stdout
and stderr will be suppressed (literally sent to /dev/null on Unix
Expand Down

0 comments on commit 87dc0b3

Please sign in to comment.