apache / accumulo-testing

Apache Accumulo Testing
https://accumulo.apache.org
Apache License 2.0
15 stars 40 forks source link

Standardize formatting of shell scripts #245

Closed ctubbsii closed 2 years ago

ctubbsii commented 2 years ago
DomGarguilo commented 2 years ago

These changes look good.

  • Standardize shebang lines for bash scripts

I also noticed there are files that have #! /bin/bash instead of #! /usr/bin/env bash. Not sure if this is something that should be standardized or if it should be handled here but just wanted to point it out.

ctubbsii commented 2 years ago

These changes look good.

  • Standardize shebang lines for bash scripts

I also noticed there are files that have #! /bin/bash instead of #! /usr/bin/env bash. Not sure if this is something that should be standardized or if it should be handled here but just wanted to point it out.

I thought I fixed all those, but it may have missed the terraform template ones.