bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

typo in run_tic.sh


From: Jan.Starke
Subject: typo in run_tic.sh
Date: Mon, 11 Jul 2022 13:43:31 +0000
User-agent: Evolution 3.40.4-1ubuntu2

Dear all,

there's a tiny typo in line 188 of run_tic.in (version 6.3): There is a space missing in front of the != operator.

diff --git a/misc/run_tic.in b/misc/run_tic.in
index b335b48e..399ed719 100644
--- a/misc/run_tic.in
+++ b/misc/run_tic.in
@@ -185,7 +185,7 @@ if test "$TICDIR" != "$TERMINFO" ; then
        then
                cd "$TICDIR"
                TICDIR=`pwd`
-               if test "$TICDIR "!= "$TERMINFO "; then
+               if test "$TICDIR " != "$TERMINFO "; then
                        # Well, we tried.  Some systems lie to us, so the
                        # installer will have to double-check.
                        echo "Verify if $TICDIR and $TERMINFO are the same."

Regards, Jan
-- 
T-Systems Multimedia Solutions GmbH 
 
Jan Starke 
IT Security Consultant 
Certified Security 
IT Forensics 
 
Hausanschrift: Riesaer Straße 5, 01129 Dresden 
Telefon: +49 (351) 2820 5701 
Mobil:    +49 (170) 4585537 
 
 
Die gesetzlichen Pflichtangaben finden Sie unter: www.t-systems-mms.com/pflichtangaben 
This e-mail and any attachments are confidential and may also be privileged. If you are not the named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose, or store or copy the information in any medium. In the event of any technical difficulty with this e-mail, please contact the sender. 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]