#!/bin/sh
echo 'before dotcmd'
. "break_func"
echo 'after dotcmd, return value:' ${?}
