From 990287bbc20268b2c06b642b9b286d33e1d2ac66 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Fri, 11 Aug 2017 00:15:58 -0700 Subject: [PATCH] lib.sh.in: add shebang to clear shellcheck error --- lib.sh.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib.sh.in b/lib.sh.in index 845f694..c61ec4a 100644 --- a/lib.sh.in +++ b/lib.sh.in @@ -1,3 +1,5 @@ +#!/bin/sh + info_msg() { # This function handles the printing that is bold within all # scripts. This is a convenience function so that the rather ugly