From 7d9b86b54ce32cd8e58c59fa38e18fad01271109 Mon Sep 17 00:00:00 2001 From: Anjandev Momi Date: Fri, 23 Apr 2021 17:23:43 -0400 Subject: [PATCH] Add shebang for target shell --- scripts/deviceprofiles/sxmo_deviceprofile_librem5r4purism.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/deviceprofiles/sxmo_deviceprofile_librem5r4purism.sh b/scripts/deviceprofiles/sxmo_deviceprofile_librem5r4purism.sh index a81f36a..280c3fb 100644 --- a/scripts/deviceprofiles/sxmo_deviceprofile_librem5r4purism.sh +++ b/scripts/deviceprofiles/sxmo_deviceprofile_librem5r4purism.sh @@ -1,3 +1,5 @@ +#!/bin/sh + export SPEAKER="Speaker" export HEADPHONE="Headphone" export EARPIECE="Earpiece"