diff options
Diffstat (limited to 'mga-hdlists-backports')
-rwxr-xr-x | mga-hdlists-backports | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mga-hdlists-backports b/mga-hdlists-backports index 6a0c19b..9137aa0 100755 --- a/mga-hdlists-backports +++ b/mga-hdlists-backports @@ -2,7 +2,12 @@ set -e -. /usr/share/mgatools/functions +LOCALDIR="$(dirname $0)" +if [ -d "$LOCALDIR/.git" -a -f "$LOCALDIR/functions" ]; then + . "$LOCALDIR/functions" +else + . /usr/share/mgatools/functions +fi if [ "$1" = "--dry-run" ]; then dryrun=echo |