[tor-commits] [torbrowser/maint-2.2] [Linux] Use ` ` instead of $( ) for consistency

erinn at torproject.org erinn at torproject.org
Sun Aug 28 18:19:34 UTC 2011


commit f04699117137c662b98d96cf85e8632b4dbec575
Author: Robert Ransom <rransom.8774 at gmail.com>
Date:   Wed Aug 24 03:21:10 2011 -0400

    [Linux] Use ` ` instead of $( ) for consistency
    (cherry picked from commit 756d8db1ecadd09a8d8f947187ef31e8c40ff912)
---
 src/RelativeLink/RelativeLink.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/RelativeLink/RelativeLink.sh b/src/RelativeLink/RelativeLink.sh
index 7c2dc7d..5fd0acc 100755
--- a/src/RelativeLink/RelativeLink.sh
+++ b/src/RelativeLink/RelativeLink.sh
@@ -120,7 +120,7 @@ done
 
 # Try to be agnostic to where we're being started from, chdir to where
 # the script is.
-mydir="$(dirname "$myname")"
+mydir="`dirname "$myname"`"
 test -d "$mydir" && cd "$mydir"
 
 # If ${PWD} results in a zero length HOME, we can try something else...





More information about the tor-commits mailing list