aboutsummaryrefslogtreecommitdiff
path: root/changes/bug30840
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-06-11 14:29:10 +1000
committerteor <teor@torproject.org>2019-06-11 14:29:10 +1000
commit973800b847844cfaacf48658d02fe3ada77cbcf6 (patch)
tree3d611a49f0a3293a8d040c7c360b03e393a0e516 /changes/bug30840
parent0635170cf14c3b622ee9fdf67ea81f4e564dd39d (diff)
downloadtor-973800b847844cfaacf48658d02fe3ada77cbcf6.tar.gz
tor-973800b847844cfaacf48658d02fe3ada77cbcf6.zip
scripts/git: 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.
Diffstat (limited to 'changes/bug30840')
-rw-r--r--changes/bug308404
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug30840 b/changes/bug30840
new file mode 100644
index 0000000000..562b0fbd93
--- /dev/null
+++ b/changes/bug30840
@@ -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.