Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use #!/bin/bash instead of #!/bin/sh (parse-community#6062)
The script uses double square brackets, which are a non-standard extension to `[]`. Some shells (e.g. dash, the default shell under Debian) do not support double square brackets. The shebang line should reflect that.
- Loading branch information