We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca725a1 commit de8b72eCopy full SHA for de8b72e
build-src.sh
@@ -4,7 +4,7 @@
4
# commit-db.rb list-valid nightly|GIT_DIR=/your/rust/dir/.git ./build-src.sh
5
6
if [ $(uname) == 'Darwin' ]; then
7
- alias tac='tail -f'
+ alias tac='tail -r'
8
fi
9
10
prompt_changes() {
functions.sh
@@ -35,7 +35,7 @@ get_io_commits() {
35
}
36
37
get_patch_commits() {
38
- 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
39
40
41
prepare_version() {
0 commit comments