Commit 296bb05

mo <mo.khan@gmail.com>
2019-07-25 21:28:59
use sh instead of bash
1 parent ae8c15a
Changed files (2)
bin/setup
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
 set -euo pipefail
 IFS=$'\n\t'
 set -vx
bin/test
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 # script/test: Run test suite for application. Optionally pass in a path to an
 #              individual test file to run a single test.