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