[vte/vte-0-60] vte.csh: Fix the behavior if VTE_VERSION is undefined
- From: Egmont Koblinger <egmontkob src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/vte-0-60] vte.csh: Fix the behavior if VTE_VERSION is undefined
- Date: Fri, 13 Mar 2020 15:33:13 +0000 (UTC)
commit 9ee9ad6832d55ed8236f6e7eaa17f4a386c60b67
Author: Egmont Koblinger <egmont gmail com>
Date: Fri Mar 13 16:30:50 2020 +0100
vte.csh: Fix the behavior if VTE_VERSION is undefined
https://gitlab.gnome.org/GNOME/vte/issues/217
(cherry picked from commit d77d42c6d556a961ad99b682e1b65b5e6aecc979)
src/vte.csh.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/vte.csh.in b/src/vte.csh.in
index e809d9c0..c42e3d84 100644
--- a/src/vte.csh.in
+++ b/src/vte.csh.in
@@ -16,7 +16,7 @@
# Red Hat Author(s): Carlos Santos
# exit if non-interactive, csh, no terminal or old VTE versions
-if ( ! $?prompt | ! $?tcsh | ! $?TERM | 0$VTE_VERSION < 3405) exit
+if ( ! $?prompt | ! $?tcsh | ! $?TERM | ! $?VTE_VERSION ) exit
switch($TERM)
case xterm*:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]