From 0d4a8a16ab4b39f72e105b86bb7a509256d3b34e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 24 Dec 2020 18:03:36 -0300 Subject: Use sh for tests.sh --- tests.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests.sh') diff --git a/tests.sh b/tests.sh index d8a834a..7946452 100755 --- a/tests.sh +++ b/tests.sh @@ -1,8 +1,4 @@ -#!/usr/bin/env bash -set -Eeuo pipefail -cd "$(dirname "${BASH_SOURCE[0]}")" - -set -x +#!/bin/sh -eux ./scripts/assert-spelling.sh ./scripts/assert-nixfmt.sh -- cgit v1.2.3