----------
Known bugs
----------

* When bash/2 runs in interactive mode the session it runs in cannot be
  closed (with button in the right upper corner or double clicking on the
  system menu or killing with a utility like "go").

* The programs that don`t set up their own break/interrupt handler cannot
  be interrupted. This problem (along with the problem above) hopefully will
  be resolved one day.

* bash won`t run without PM active. This can (and will) be fixed.

-----------
Limitations
-----------

* While bash/2 converts pathnames that begins with /tmp/, /etc/, /dev/null
  into their OS/2 counterparts, this works only for bash. This means that
  redirecting a command into /tmp/file will work even if you don`t have
  the /tmp/ directory but set up a TMP= environment variable, but "ls /tmp"
  command won`t work since "ls" do not convert such directory prefixes.

* Although "enable -f" builtin works, the external builtins that shipped
  with bash don't work: they import symbols from bash itself which is
  impossible for a OS/2 DLL.
