From 185dcebcf401e8c35c05f0428a5820e8c7433365 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Tue, 12 Apr 2016 23:56:05 +0200 Subject: [PATCH] Add fork test support for external file --- archfi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/archfi b/archfi index c42e1f6..742e0ed 100644 --- a/archfi +++ b/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;;