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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: e8f235ef313990acae0cda037bb0b35a9c88b7ad
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/e8f235ef313990acae0cda037bb0b35a9c88b7ad
  Author: AlistairGrant <[hidden email]>
  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 <[hidden email]>
  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