From ec83a5a57065fdde20eb8cdb5074b7b52e8256fb Mon Sep 17 00:00:00 2001 From: Ethan Sommer Date: Wed, 15 Apr 2020 15:35:24 -0400 Subject: record-commands: change shebang to sh --- scripts/record-commands | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/record-commands b/scripts/record-commands index 8410966b..f49bcff9 100755 --- a/scripts/record-commands +++ b/scripts/record-commands @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Set up command recording wrapper -- cgit v1.2.3