From ec0b8e3b4fcbb303981e3503eb7cfd25e51d003c Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Mon, 4 Mar 2019 22:09:26 -0500 Subject: [PATCH] Run docs as shell, not bash --- app/scripts/docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/docs.sh b/app/scripts/docs.sh index a4c254c..aec64f2 100644 --- a/app/scripts/docs.sh +++ b/app/scripts/docs.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh libs="./lib/*" for l in $libs