". functions.sh" doesn't work in dash/posh; ". ./functions.sh" is necessary.
Thanks to Erik Garrison for pointing this out.
Signed-off-by: Andres Salomon <dilinger@debian.org>
deb http://security.debian.org/ lenny/updates main contrib non-free"
LOCAL_APT_MIRROR=
-. functions.sh
+. ./functions.sh
usage()
{
INTERACTIVE=yes
OUTPUT=${IMAGE_DEFAULT}.bootable
-. functions.sh
+. ./functions.sh
images()
{
IMG_NAME=""
ROOT_DIR=""
-. functions.sh
+. ./functions.sh
# @img - fs image to attach loop device to
# @offset - if the image is partitioned, the offset to attach at
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-. functions.sh
+. ./functions.sh
usage()
{