From c645ed6a2284cbd31462da5bd216ebf429058920 Mon Sep 17 00:00:00 2001 From: wouter bolsterlee Date: Mon, 11 Nov 2019 11:30:45 +0100 Subject: [PATCH] use bash for pre-commit script ...since it uses bashisms. --- pre-commit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pre-commit.sh b/pre-commit.sh index 97fbd45..af91826 100755 --- a/pre-commit.sh +++ b/pre-commit.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash git stash -q --keep-index ./run-tests.sh