Change shebang to '/usr/bin/env sh' in sxmo_workspace.sh

Signed-off-by: Stacy Harper <contact@stacyharper.net>
This commit is contained in:
Maxim Karasev 2021-08-27 19:27:16 +03:00 committed by Stacy Harper
parent 56f5658cc9
commit 1a1f40cc81
No known key found for this signature in database
GPG key ID: 5BAC92328B7C5D65

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env sh
# include common definitions
# shellcheck source=scripts/core/sxmo_common.sh