[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] e8f235: Handle spaces in VM path name

akgrant43 noreply at github.com
Mon Feb 4 19:37:33 UTC 2019


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: e8f235ef313990acae0cda037bb0b35a9c88b7ad
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/e8f235ef313990acae0cda037bb0b35a9c88b7ad
  Author: AlistairGrant <akgrant0710 at gmail.com>
  Date:   2019-02-04 (Mon, 04 Feb 2019)

  Changed paths:
    M platforms/unix/config/bin.squeak.sh.in
    M platforms/unix/config/squeak.sh.in

  Log Message:
  -----------
  Handle spaces in VM path name

Modify the launch script templates to handle spaces in the VM path name.

dirname takes one or more paths, so if the path has spaces and isn't
quoted it is treated as two paths... not what we want.


  Commit: 694dfe3ed015e16f5b8e9cf17d37e4bdd32bea16
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/694dfe3ed015e16f5b8e9cf17d37e4bdd32bea16
  Author: akgrant43 <akgrant at gmail.com>
  Date:   2019-02-04 (Mon, 04 Feb 2019)

  Changed paths:
    M platforms/unix/config/bin.squeak.sh.in
    M platforms/unix/config/squeak.sh.in

  Log Message:
  -----------
  Merge pull request #369 from akgrant43/dirname

Handle spaces in VM path name


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/7b625603cf6a...694dfe3ed015


More information about the Vm-dev mailing list