[tor-commits] [torbrowser/master] [Linux] Print a message to stdout	when Vidalia/TBB exits cleanly
    erinn at torproject.org 
    erinn at torproject.org
       
    Sun Aug 28 12:10:38 UTC 2011
    
    
  
commit 74e8804d1c332bb3d1a23fa8fdd9ac397176aa32
Author: Robert Ransom <rransom.8774 at gmail.com>
Date:   Wed Aug 24 03:14:39 2011 -0400
    [Linux] Print a message to stdout when Vidalia/TBB exits cleanly
---
 src/RelativeLink/RelativeLink.sh |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/RelativeLink/RelativeLink.sh b/src/RelativeLink/RelativeLink.sh
index 1321e0c..22c6af2 100755
--- a/src/RelativeLink/RelativeLink.sh
+++ b/src/RelativeLink/RelativeLink.sh
@@ -196,4 +196,6 @@ exitcode="$?"
 if [ "$exitcode" -ne 0 ]; then
 	complain "Vidalia exited abnormally.  Exit code: $exitcode"
 	exit "$exitcode"
+else
+	echo '\nVidalia exited cleanly.\n'
 fi
    
    
More information about the tor-commits
mailing list