Address review comments

This commit is contained in:
Jay Oster 2019-04-30 18:55:16 -07:00
parent ca725a1cb5
commit de8b72efde
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# commit-db.rb list-valid nightly|GIT_DIR=/your/rust/dir/.git ./build-src.sh
if [ $(uname) == 'Darwin' ]; then
alias tac='tail -f'
alias tac='tail -r'
fi
prompt_changes() {

View File

@ -35,7 +35,7 @@ get_io_commits() {
}
get_patch_commits() {
find $PATCH_DIR -type f|xargs -n 1 basename|cut -d. -f1
find $PATCH_DIR -type f -print0|xargs -0 -n 1 basename|cut -d. -f1
}
prepare_version() {