diff bin/setup-X.sh @ 576:637c9fac3f8d

STUB: bin/setup-X.sh
author Jeff Hammel <k0scist@gmail.com>
date Mon, 20 Jan 2014 09:19:13 -0800
parents 00f5e55cbce8
children b7d5b0dee9d1
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/