From fa340dba22e971f54820e6ae7a1faaacf1c2a00d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johannes=20Wei=C3=9Fl?= Date: Tue, 30 Nov 2010 19:03:40 +0100 Subject: [PATCH] make MUTTJUMP_USE_SCREEN configurable via export --- muttjump | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/muttjump b/muttjump index cb7e4fb..f7f6586 100755 --- a/muttjump +++ b/muttjump @@ -26,7 +26,7 @@ MUTTJUMP_MODE=${MUTTJUMP_MODE:-search} # "yes", "no" or "auto" # If set to "auto", the $STY environment variable is used for auto detection. -MUTTJUMP_USE_SCREEN="auto" +MUTTJUMP_USE_SCREEN=${MUTTJUMP_USE_SCREEN:-auto} # "yes" or "no" # If this is set to "yes", muttjump will not open a new instance of -- 2.30.2