Add --branch paramters for dev

This commit is contained in:
MatMoul 2015-08-29 23:03:34 +02:00
parent d1cffb9111
commit 83c1b2a094

6
archdi
View file

@ -53,7 +53,11 @@ run(){
if [ "$chrootoption" = "true" ]; then if [ "$chrootoption" = "true" ]; then
./lib --chroot ./lib --chroot
else else
./lib --root if [ "$branchoption" = "" ]; then
./lib --root
else
./lib --branch $branchoption --root
fi
fi fi
cd 2>/dev/null cd 2>/dev/null
rm -R $cachedir 2>/dev/null rm -R $cachedir 2>/dev/null