[torbrowser/master] [Linux] Print a message to stdout when Vidalia/TBB exits cleanly

commit 17f0ad4846c9700918aee9c18ddf95dda4ef48c2 Author: Robert Ransom <rransom.8774@gmail.com> Date: Wed Aug 24 03:14:39 2011 -0400 [Linux] Print a message to stdout when Vidalia/TBB exits cleanly (cherry picked from commit 74e8804d1c332bb3d1a23fa8fdd9ac397176aa32) --- 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
participants (1)
-
erinn@torproject.org