Commit 1e2ea79e by Timo Röhling

Use #!/bin/bash for script with bash-specific commands

The test/Resources/push.sh calls pushd/popd, which is not a POSIX
shell feature but a Bash extension.
parent f041a94e
#!/bin/sh
#!/bin/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