From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3598 invoked from network); 12 Mar 2001 09:55:30 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 12 Mar 2001 09:55:30 -0000 Received: (qmail 10406 invoked by alias); 12 Mar 2001 09:55:14 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3659 Received: (qmail 10395 invoked from network); 12 Mar 2001 09:55:13 -0000 From: jarausch@igpm.rwth-aachen.de Message-Id: <200103120951.KAA48016@numa1.igpm.rwth-aachen.de> Date: Mon, 12 Mar 2001 10:51:08 +0100 Reply-To: jarausch@igpm.rwth-aachen.de Subject: strange effect on Linux To: zsh-users@sunsite.dk MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Hi ! Sorry this might be off-topic since I've experienced something similar with bash The following script (normally a function) works just fine on my SGI box. But at home (Linux 2.4.2 / glibc2.2.2) and latest zsh it fails #!/bin/zsh Mode=Prod V=0 R=9063 Progs=(perl5.7.$V sperl5.7.$V perl suidperl a2p c2ph h2ph h2xs \ perlbug perldoc pl2pm splain perlcc dprofpp s2p find2perl \ pod2man pod2html pod2latex pod2text pod2usage podchecker podselect pstruct) mkdir Perl.$Mode.5.7.$V.$R mv -f $^Progs Perl.$Mode.5.7.$V.$R/ Again and again I get the error messages mv: Perl.Prod.5.7.0.9063/perl: No such file or directory mv: Perl.Prod.5.7.0.9063/suidperl: No such file or directory mv: Perl.Prod.5.7.0.9063/pstruct: No such file or directory and I don't understand why it tries to access these files. After that, these files (perl,suidperl,pstruct) are NOT moved to the directory Perl.Prod.5.7.0.9063 as wanted. I have to do by hand. What might go on here? I'm just puzzled. Thanks for a hint, Helmut Jarausch Lehrstuhl fuer Numerische Mathematik Institute of Technology, RWTH Aachen D 52056 Aachen, Germany