diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/or/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/Makefile.am b/src/or/Makefile.am index eb880621a2..497ec3e9be 100644 --- a/src/or/Makefile.am +++ b/src/or/Makefile.am @@ -62,7 +62,7 @@ micro-revision.i: FORCE fi; \ fi; \ done; \ - if test x$$rev != x; then \ + if test x$$rev != xx; then \ echo \"$$rev\" > micro-revision.tmp; \ fi; \ fi; \ |