summaryrefslogtreecommitdiff
path: root/changes/bug27418
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2018-09-05 13:30:17 +1000
committerteor <teor@torproject.org>2018-09-05 14:02:46 +1000
commit35b0ac8d8419695f7b7e89d73355ba53b6d13204 (patch)
tree965fcd842d606ad48d9a9b2b6562c8b0c958848b /changes/bug27418
parent541b89b061455a167e73e6fc61e9df7ee82f4525 (diff)
downloadtor-35b0ac8d8419695f7b7e89d73355ba53b6d13204.tar.gz
tor-35b0ac8d8419695f7b7e89d73355ba53b6d13204.zip
Travis: don't call echo with a --flag as the first argument
When we use echo in Travis, don't pass a --flag as the first argument. Fixes bug 27418; bugfix on 0.3.4.7-rc.
Diffstat (limited to 'changes/bug27418')
-rw-r--r--changes/bug274183
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug27418 b/changes/bug27418
new file mode 100644
index 0000000000..1d99497dc4
--- /dev/null
+++ b/changes/bug27418
@@ -0,0 +1,3 @@
+ o Minor bugfixes (continuous integration):
+ - When we use echo in Travis, don't pass a --flag as the first argument.
+ Fixes bug 27418; bugfix on 0.3.4.7-rc.