Use bash in setup_git.sh (#27676)

This commit is contained in:
Harmen Stoppels 2021-11-26 19:03:05 +01:00 committed by GitHub
parent 978f091822
commit 4d6891162d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/bin/bash -e
git config --global user.email "spack@example.com"
git config --global user.name "Test User"