Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
somewhat unexpected abortion error
- X-seq: zsh-workers 33281
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: somewhat unexpected abortion error
- Date: Mon, 29 Sep 2014 17:35:43 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=GzdUYEL1uGOmIsnNvLIXeP2Vh8c2RER4SmUuT76HqNQ=; b=sFv1E9POlxJQ7Nqs7LalNpE3cdQDCMh/CcyHQw/FK8wlXg/9YQT/+a6MuaYtXt6/Ip n9kkgMRbPGKz2ADhhCtlJbesnks2AecgCHYA3pbmcvwPm3hqCW1OWN7x4UHL5ZLB8ppJ nluC11F97KUIBHSpW9JwUYwVWRWwf3quRv7PLQLhNiWrV1TJ9UAomRP9QpmmLfN+szpR MocvHToAYAfsAfhSnAHJsivWG7fznoK+dTY1NMVNSwe1+2iKNbJadlXVPsgzTaLIcmVd rUg5eJf7yJSuBreJnGMCA5wgUpjQhZon/K5TYdbIC8nrAM7pTBxcKGnMdE7gS29tcswE W65g==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
% typeset -r PWD
% cd /; echo hi
zsh: read-only variable: PWD
(echo hi is not executed)
This might be a bit unexpected (I didn't expect it), but then again I
guess you can only get yourself into this particular mess. $PWD is
still the previous value but the output of `pwd' is correct and the
working directory is changed.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author