Add fork test support for external file

This commit is contained in:
MatMoul 2016-04-12 23:24:39 +02:00
parent 8ac2b3872c
commit a6821a0825

2
archfi
View file

@ -1338,7 +1338,7 @@ loadstrings(){
# -------------------------------------------------------- # --------------------------------------------------------
while (( "$#" )); do while (( "$#" )); do
case $1 in case $1 in
-t | --test) baseurl=https://raw.githubusercontent.com/$1/archfi/$2;; -t | --test) baseurl=https://raw.githubusercontent.com/$2/archfi/$3;;
--chroot) chroot=1 --chroot) chroot=1
command=$2 command=$2
args=$3;; args=$3;;