Hi Marek

Thanks for using the package!

On Sun, May 31, 2009 at 12:45:40AM +0200, Marek Straka wrote:
> --- Please enter the report below this line. ---
> 
> exit=0  does not work. Only ctrl-x

Well, this isn't really a "bug", since CTRL-X is the way to exit bosh.
Note: the exit=0 in the statusbar indicates the return value of the
last command runed.

Try out the following "minimal" example, you will have exit=0 until
you type the key "k", since the command does not exists, the return
value then is 127.

---(test-programm)-----------------------------------------------------
#!/usr/bin/env bosh

command=echo "Hello world!"
k=[.]           /usr/bin/a_not_existing_command
-----------------------------------------------------------------------

Kind regards
Salvatore

Attachment: signature.asc
Description: Digital signature

Reply via email to