!!! THIS PROJECT HAS MOVED TO GITHUB !!! https://github.com/magicant/yash
Yet another shell (yash) is a POSIX-compliant command line shell, featuring more strict POSIX compliance than those of other shells, as well as powerful command line editing.
Re-release of yash 2.2.2.
Originally available at:
http://homepage2.nifty.com/magicant/sapps/yash/yash-2.2.2.tar.gz
Yash バージョン 2.2.2 の再リリースです。
もともと↓でリリース済みでした。
http://homepage2.nifty.com/magicant/sapps/yash/yash-2.2.2.tar.gz
Yash 2.2
+ "help", "pushd", "popd" and "dirs" builtins
= The value of $PWD set by the "cd" builtin is fixed. It now has a
correct value when changing to a relative path from the root
directory.
* Pathname expansion not properly performed for patterns including
"." or "..".
Yash 2.2
+ "help", "pushd", "popd", "dirs" 組込み
= ルートディレクトリから相対パスで "cd" するとき設定される $PWD
の値を修正
* "." や ".." を含むファイル名展開が正しく動作していなかった