fix(log): Use basename instead of hardcoding name

This commit is contained in:
Jay Faulkner 2014-01-22 15:20:56 -08:00
parent 0ab7899c65
commit 1090833400

View File

@ -6,7 +6,7 @@
set -e
log() {
echo "makefs.sh: $@"
echo "`basename $0`: $@"
}
usage() {