zsh-users
 help / color / mirror / code / Atom feed
From: jarausch@igpm.rwth-aachen.de
To: zsh-users@sunsite.dk
Subject: strange effect on Linux
Date: Mon, 12 Mar 2001 10:51:08 +0100	[thread overview]
Message-ID: <200103120951.KAA48016@numa1.igpm.rwth-aachen.de> (raw)

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


             reply	other threads:[~2001-03-12  9:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-12  9:51 jarausch [this message]
2001-03-12 22:15 ` Bart Schaefer
2001-03-12 23:19   ` Vincent Lefevre
2001-03-14  8:47   ` jarausch

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200103120951.KAA48016@numa1.igpm.rwth-aachen.de \
    --to=jarausch@igpm.rwth-aachen.de \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).