Unverified Commit 95adbdeb by Edward Thomson Committed by GitHub

Merge pull request #6581 from roehling/bashism

Use #!/bin/bash for script with bash-specific commands
parents 45fd9ed7 b1b2f063
#!/bin/sh
#!/usr/bin/env bash
#creates push_src repo for libgit2 push tests.
set -eu
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment