Properly protect paths to sed, sha1sum, openssl
commit8ce6722d7654e6b19fb3d3741b7329b95cb72bac
authorSebastian Hahn <sebastian@torproject.org>
Thu, 9 Feb 2012 23:51:58 +0000 (10 00:51 +0100)
committerSebastian Hahn <sebastian@torproject.org>
Fri, 10 Feb 2012 19:12:03 +0000 (10 20:12 +0100)
treeed676a7b7a34f9eb78b03a94334163e402959dd5
parentc8b855082bdb4ea5f9006e6ce5ce673509643a5c
Properly protect paths to sed, sha1sum, openssl

in Makefile.am, we used it without quoting it, causing build failure if
your openssl/sed/sha1sum happened to live in a directory with a space in
it (very common on windows)
changes/bug5065 [new file with mode: 0644]
src/common/Makefile.am
src/or/Makefile.am