diff options
author | Colin Guthrie <colin@mageia.org> | 2014-07-29 21:11:13 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2014-07-29 21:11:13 +0100 |
commit | c4d7b611eec5b228afed19e53ba9573fc3ac85e1 (patch) | |
tree | 11fe62699286d918f5e6740ba444ac19629835f6 /functions | |
parent | 94413eb36fb609eab7873f97926c3ee5c634ea8e (diff) | |
download | mgatools-c4d7b611eec5b228afed19e53ba9573fc3ac85e1.tar mgatools-c4d7b611eec5b228afed19e53ba9573fc3ac85e1.tar.gz mgatools-c4d7b611eec5b228afed19e53ba9573fc3ac85e1.tar.bz2 mgatools-c4d7b611eec5b228afed19e53ba9573fc3ac85e1.tar.xz mgatools-c4d7b611eec5b228afed19e53ba9573fc3ac85e1.zip |
Support running the scripts from a direct git clone.
Diffstat (limited to 'functions')
-rw-r--r-- | functions | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ distroreleases='1 2 3 4' arches='i586 x86_64' mirror_rsync_options="--dry-run -v --delete -alH" -. /etc/mgatools.conf +[ -f /etc/mgatools.conf ] && . /etc/mgatools.conf function isingroup() { |