[tor-commits] [bridgedb/master] Whitespace fix for one line in scripts/make-ssl-cert.
isis at torproject.org
isis at torproject.org
Fri Jun 6 23:39:14 UTC 2014
commit 14ff79b443ca17f2b9140ee00ab3092c2647d180
Author: Isis Lovecruft <isis at torproject.org>
Date: Tue May 20 18:11:43 2014 +0000
Whitespace fix for one line in scripts/make-ssl-cert.
---
scripts/make-ssl-cert | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/make-ssl-cert b/scripts/make-ssl-cert
index 77fd728..ea2fc39 100755
--- a/scripts/make-ssl-cert
+++ b/scripts/make-ssl-cert
@@ -27,7 +27,7 @@ while [ -h "$THIS_FILE" ]; do
THIS_FILE="$(readlink "$THIS_FILE")"
# if $THIS_FILE was a relative symlink, we need to resolve it relative to
# the path where the symlink file was located:
- [[ $THIS_FILE != /* ]] && THIS_FILE="$THIS_PATH/$THIS_FILE"
+ [[ $THIS_FILE != /* ]] && THIS_FILE="$THIS_PATH/$THIS_FILE"
done
THIS_PATH="$( cd -P "$( dirname "$THIS_FILE" )" && pwd )"
More information about the tor-commits
mailing list