Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • R resource-agents
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • Debian HA TeamDebian HA Team
  • resource-agents
  • Merge requests
  • !1

Fix typo in heartbeat/MailTo that behaves differently when /bin/sh is

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Vagrant Cascadian requested to merge vagrant/resource-agents:fix-typo-in-mailto into master Nov 13, 2019
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 2

bash vs. dash by using curly-braces instead of square brackets to define the variable.

Without this either "0" or "$[OCF_RESKEY_email_default]" is embedded in the ocf_heartbeat_MailTo.7 manpage depending on the shell, neither of which are probably the intended value.

This impacts the reproducibility of the build:

https://reproducible-builds.org/docs/

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-typo-in-mailto