Remove duplicate _ definitions

This commit is contained in:
Michael Vines
2018-12-18 14:25:10 -08:00
parent c8d27f6424
commit e8e6c70e19
6 changed files with 6 additions and 35 deletions

View File

@@ -3,11 +3,6 @@ set -e
cd "$(dirname "$0")/.."
_() {
echo "--- $*"
"$@"
}
book/build.sh
echo --- create book repo