From f64fb1eaaca419587d3599a1e72906690a38f8d4 Mon Sep 17 00:00:00 2001 From: Ethan Sommer Date: Wed, 15 Apr 2020 15:02:05 -0400 Subject: findglobals.sh: change shebang to sh --- scripts/findglobals.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/findglobals.sh') diff --git a/scripts/findglobals.sh b/scripts/findglobals.sh index 2c63164b..9455bc61 100755 --- a/scripts/findglobals.sh +++ b/scripts/findglobals.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Quick and dirty check to see if anybody's leaked global variables. # We should have this, toy_list, toybuf, and toys. -- cgit v1.2.3