#!/bin/bash

if command -v sa-update > /dev/null
then
	SA_VERSION_PROCESSED=$(sa-update --help 2>&1 | grep lib | cut -d '/' -f 5 | cut -d ')' -f 1)
fi
