changeset 552:040060217df6

stub
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 19 Nov 2013 12:50:41 -0800
parents 029c7c2c511d
children 752e5eea7ea8
files bin/setup-X.sh
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/setup-X.sh	Tue Nov 19 11:58:05 2013 -0800
+++ b/bin/setup-X.sh	Tue Nov 19 12:50:41 2013 -0800
@@ -28,5 +28,7 @@
  if [[ -e $SSH_ASKPASS ]]
  then
    SSH_ASKPASS=${SSH_ASKPASS} ssh-add
+ else
+   echo "not running ssh-add: ${SSH_ASKPASS} not found"
  fi
 fi
\ No newline at end of file