diff options
author | teor <teor@torproject.org> | 2019-06-11 14:29:10 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-06-11 14:29:10 +1000 |
commit | 973800b847844cfaacf48658d02fe3ada77cbcf6 (patch) | |
tree | 3d611a49f0a3293a8d040c7c360b03e393a0e516 /changes/bug30840 | |
parent | 0635170cf14c3b622ee9fdf67ea81f4e564dd39d (diff) | |
download | tor-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/bug30840 | 4 |
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. |