Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
#! problem
- X-seq: zsh-workers 2795
- From: Peter Stephenson <pws@xxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx (Zsh hackers list)
- Subject: #! problem
- Date: Wed, 15 Jan 1997 10:37:26 +0100
Somebody here tried something like:
#!/bin/zsh -f
# ^^^^empty spaces added here
echo your code here
and got back:
/bin/zsh: bad option: -
This is a problem because, once again, previous versions of zsh
weren't so fussy. (For comparison, ksh reacts similarly but you get
`-f : bad option(s)' which is at least a little clearer.) This
happens on IRIX, SunOS 4, AIX and Digital Unix 4.0, though apparently
not on Solaris.
I would think dropping meaningless spaces in an option string
(i.e. when an option letter is expected) again would be harmless. I
just want to wait for the waves of protest before trying anything.
--
Peter Stephenson <pws@xxxxxx> Tel: +49 33762 77366
WWW: http://www.ifh.de/~pws/ Fax: +49 33762 77413
Deutsches Elektronen-Synchrotron --- Institut fuer Hochenergiephysik Zeuthen
DESY-IfH, 15735 Zeuthen, Germany.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author