changeset 576:637c9fac3f8d

STUB: bin/setup-X.sh
author Jeff Hammel <k0scist@gmail.com>
date Mon, 20 Jan 2014 09:19:13 -0800
parents 5f186e65da09
children 9b9b66c2c1fc
files bin/setup-X.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/setup-X.sh	Fri Jan 17 15:01:44 2014 -0800
+++ b/bin/setup-X.sh	Mon Jan 20 09:19:13 2014 -0800
@@ -28,7 +28,7 @@
  if [[ -e "${GUI_SSH_ASKPASS}" ]]
  then
    SSH_ASKPASS=${GUI_SSH_ASKPASS} ssh-add
- elif [[ -z "$PS1" ]]
+ elif [[ -n "$PS1" ]]
  then
              # http://www.cyberciti.biz/faq/linux-unix-bash-check-interactive-shell/