diff options
author | teor <teor@torproject.org> | 2018-08-10 11:22:36 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2018-08-10 11:22:36 +1000 |
commit | c9ad16ca2a2aff63fc4814c843cd376c76e43095 (patch) | |
tree | 9772b17470bf473e0367157ae69f081415510327 /changes | |
parent | ce19477ffcdf64255f050308182f3d682e6f6de1 (diff) | |
download | tor-c9ad16ca2a2aff63fc4814c843cd376c76e43095.tar.gz tor-c9ad16ca2a2aff63fc4814c843cd376c76e43095.zip |
Fix $abs_top_srcdir in test_rust.sh
Consistently use ../../.. as a fallback for $abs_top_srcdir in
test_rust.sh.
Fixes bug 27093; bugfix on 0.3.4.3-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27093 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug27093 b/changes/bug27093 new file mode 100644 index 0000000000..6c097f1196 --- /dev/null +++ b/changes/bug27093 @@ -0,0 +1,3 @@ + o Minor bugfixes (rust): + - Consistently use ../../.. as a fallback for $abs_top_srcdir in + test_rust.sh. Fixes bug 27093; bugfix on 0.3.4.3-alpha. |