fix(log): Use basename instead of hardcoding name
This commit is contained in:
parent
0ab7899c65
commit
1090833400
@ -6,7 +6,7 @@
|
||||
set -e
|
||||
|
||||
log() {
|
||||
echo "makefs.sh: $@"
|
||||
echo "`basename $0`: $@"
|
||||
}
|
||||
|
||||
usage() {
|
||||
|
Loading…
Reference in New Issue
Block a user