Merge branch 'tor-github/pr/1099'

This commit is contained in:
George Kadianakis
2019-06-12 13:02:49 +03:00
7 changed files with 16 additions and 9 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (git scripts):
- Stop hard-coding the bash path in the git scripts. Some OSes don't
have bash in /usr/bin, others have an ancient bash at this path.
Fixes bug 30840; bugfix on 0.4.0.1-alpha.
+3
View File
@@ -0,0 +1,3 @@
o Minor bugfixes (git scripts):
- Stop hard-coding the tor master branch name and worktree path in the
git scripts. Fixes bug 30841; bugfix on 0.4.0.1-alpha.