[Bug 726649] New: shell command line continuation fails in tcsh only for 2-character objects
https://bugzilla.novell.com/show_bug.cgi?id=726649 https://bugzilla.novell.com/show_bug.cgi?id=726649#c0 Summary: shell command line continuation fails in tcsh only for 2-character objects Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: All OS/Version: openSUSE 11.4 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: gerj15@fastmail.co.uk QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1 I found this behavior while trying to write some shell scripts. I can reproduce it 100% of the time on a variety of Linux x86 & x86_64 machines running Opensuse 11.4.
touch t t1 t1234
for shell == tcsh
tcsh tcsh --version tcsh 6.17.02 (Astron) 2010-05-12 (x86_64-suse-linux) options wide,nls,lf,dl,al,kan,sm,color,filec
ps -p $$ PID TTY TIME CMD 6287 pts/1 00:00:00 tcsh
ls t1234 t1 t t t1 t1234
ls t1234 t1 \ t t t1 t1234
ls t1234 t \ t1 CORRECT>tr (y|n|e|a)? <------------------ THIS IS THE PROBLEM
ls t1234 \ t t1 t t1 t1234
comparing with shell == bash
bash bash --version GNU bash, version 4.1.10(1)-release (x86_64-suse-linux-gnu) Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
ps -p $$ PID TTY TIME CMD 9936 pts/1 00:00:00 bash
ls t1234 t1 t t t1 t1234
ls t1234 t1 \ t t t1 t1234
ls t1234 t \ t1 t t1 t1234
ls t1234 \ t t1 t t1 t1234
there's clearly no such problem. It doesn't seem to matter on which line the 2-character object appears. When/where it does, the continuation fails as reported. Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=726649 https://bugzilla.novell.com/show_bug.cgi?id=726649#c Ger J <gerj15@fastmail.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |werner@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=726649 https://bugzilla.novell.com/show_bug.cgi?id=726649#c1 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |UPSTREAM --- Comment #1 from Dr. Werner Fink <werner@suse.com> 2012-01-13 18:39:46 UTC --- Upstream is knowing but to fix this will take more time that is this will also not fixed with 6.18.00. Nevertheless I close this with RESOLVED UPSTREAM as I'll not to go to fix this my self. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com