Changes between Initial Version and Version 1 of Ticket #916, comment 18


Ignore:
Timestamp:
Jun 12, 2012, 8:19:56 AM (12 years ago)
Author:
historic_bruno

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #916, comment 18

    initial v1  
    1010./update-workspaces.sh: 18: 0: not found
    1111}}}
     12
     13Also it doesn't work properly on OS X, if I create a new directory "this is a test", copy the patched `update-workspaces.sh` into it, and then from `build/workspaces` run `./this\ is\ a\test/update-workspaces.sh`, it doesn't detect the spaces in the path (apparently it's using the cwd from where the script was called?). Using the same test case on Ubuntu, the readlink method finds the spaces and throws an error.