[torbrowser/master] [Linux] Initialize $debug in RelativeLink.sh

16 Mar
2012
16 Mar
'12
4:49 a.m.
commit 60325b96430f3e05bc5ffec7a8c523760a2bb36c Author: Robert Ransom <rransom.8774@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
4851
Age (days ago)
4851
Last active (days ago)
0 comments
1 participants
participants (1)
-
erinn@torproject.org