
sxmo_common.sh is in $PATH so we can let the shell handle finding it. Running a script with sh -x <scriptname> can be handy for debugging, but doesn't work with these because $0 doesn't get set to the full path to the script. Signed-off-by: Willow Barraco <contact@willowbarraco.fr>