Add fork test support for external file
This commit is contained in:
parent
be3950a27a
commit
185dcebcf4
1 changed files with 2 additions and 1 deletions
3
archfi
3
archfi
|
@ -1338,7 +1338,8 @@ loadstrings(){
|
|||
# --------------------------------------------------------
|
||||
while (( "$#" )); do
|
||||
case $1 in
|
||||
-t | --test) baseurl="https://raw.githubusercontent.com""/$2/archfi/$3";;
|
||||
-t | --test) baseurl="https://raw.githubusercontent.com"
|
||||
baseurl="$baseurl/$2/archfi/$3";;
|
||||
--chroot) chroot=1
|
||||
command=$2
|
||||
args=$3;;
|
||||
|
|
Loading…
Reference in a new issue