[tor-commits] [torbrowser/maint-2.2] [Linux] Use $complain_dialog_title for generality
erinn at torproject.org
erinn at torproject.org
Sun Oct 23 23:18:56 UTC 2011
commit 0b1c288a7f7d41dcaeb76ee6cc14e10481d121c2
Author: Robert Ransom <rransom.8774 at gmail.com>
Date: Fri Aug 26 03:50:53 2011 -0400
[Linux] Use $complain_dialog_title for generality
---
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 8013f38..a1a1510 100755
--- a/src/RelativeLink/RelativeLink.sh
+++ b/src/RelativeLink/RelativeLink.sh
@@ -12,7 +12,7 @@ complain_dialog_title="Tor Browser Bundle"
# First, make sure DISPLAY is set. If it isn't, we're hosed; scream
# at stderr and die.
if [ "x$DISPLAY" = "x" ]; then
- echo "The Tor Browser Bundle for Linux must be run within the X Window System." >&2
+ echo "$complain_dialog_title must be run within the X Window System." >&2
echo "Exiting." >&2
exit 1
fi
More information about the tor-commits
mailing list