1#! /bin/sh 2 3if test -n "$1"; then 4 flags="DISTNAME=$1" 5fi 6 7${MAKE:-make} $flags -f build/build.mk snapshot 8