Hi, I think exec_and_log doesn't propagate the exit status of the command it executes. Is that true? So, if I do: exec_and_log "ls bla" echo $? I would like to see the exit status of `ls bla`. At the moment, I think it just returns -1 on failure. Is that right? Thanks, Sander