Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • D dbscripts
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
    • Locked Files
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Arch LinuxArch Linux
  • dbscripts
  • Repository
Switch branch/tag
  • dbscripts
  • test
  • cases
  • db-repo-add.bats
Find file BlameHistoryPermalink
  • Eli Schwartz's avatar
    Use modern bash to append to strings/arrays. · f4f9d1a0
    Eli Schwartz authored Feb 12, 2018
    Rather than using ugly hacks like arr[${#arr[*]}]="foo", bash 3.1 has
    the += operator.
    
    Update strings to use the same operator while we are at it.
    f4f9d1a0