Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B Bolts-ObjC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 34
    • Issues 34
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • BoltsFramework
  • Bolts-ObjC
  • Merge requests
  • !166

[scripts] Have `test` paths match execution paths

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/modocache/build-framework-sh-quotes into master Oct 12, 2015
  • Overview 3
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: modocache

The build script tests that developer tools exist at certain paths by using test "$FOO"--note the quotes around $FOO. When invoking those tools, on the other hand, the paths to the tools are not wrapped in quotes. This causes script failures when the paths include spaces.

Wrap the tool paths in quotes, to match how they are tested.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/modocache/build-framework-sh-quotes