[tor-commits] [torbrowser/maint-2.2] [Linux] Initialize $debug in RelativeLink.sh

erinn at torproject.org erinn at torproject.org
Fri Mar 16 04:49:23 UTC 2012


commit 60325b96430f3e05bc5ffec7a8c523760a2bb36c
Author: Robert Ransom <rransom.8774 at gmail.com>
Date:   Thu Mar 8 18:22:54 2012 -0800

    [Linux] Initialize $debug in RelativeLink.sh
---
 src/RelativeLink/RelativeLink.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/RelativeLink/RelativeLink.sh b/src/RelativeLink/RelativeLink.sh
index 029c30a..eb0cb9d 100755
--- a/src/RelativeLink/RelativeLink.sh
+++ b/src/RelativeLink/RelativeLink.sh
@@ -113,6 +113,7 @@ if [ "`id -u`" -eq 0 ]; then
 	exit 1
 fi
 
+debug=0
 usage_message="usage: $0 [--debug]"
 if [ "$#" -eq 1 -a \( "x$1" = "x--debug" -o "x$1" = "x-debug" \) ]; then
 	debug=1





More information about the tor-commits mailing list