diff options
Diffstat (limited to 'scripting/examples')
-rwxr-xr-x | scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh b/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh index 2ee398ebc95d..de80491db99e 100755 --- a/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh +++ b/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh @@ -1 +1,2 @@ editor(); +return 0; |