Add fork test support for external file
This commit is contained in:
parent
8ac2b3872c
commit
a6821a0825
1 changed files with 1 additions and 1 deletions
2
archfi
2
archfi
|
@ -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;;
|
||||||
|
|
Loading…
Reference in a new issue