diff options
author | MatMoul <matmoul@gmail.com> | 2016-04-12 23:56:05 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2016-04-12 23:56:05 +0200 |
commit | 185dcebcf401e8c35c05f0428a5820e8c7433365 (patch) | |
tree | 3dfd075fc3f6a1e0f27b6fb5f7b09d195f7e18a1 | |
parent | be3950a27a394259fb3654c3637171541fc75686 (diff) | |
download | hyperfi-185dcebcf401e8c35c05f0428a5820e8c7433365.tar.lz hyperfi-185dcebcf401e8c35c05f0428a5820e8c7433365.tar.xz hyperfi-185dcebcf401e8c35c05f0428a5820e8c7433365.zip |
Add fork test support for external file
-rw-r--r-- | archfi | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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;; |