diff options
author | MatMoul <matmoul@gmail.com> | 2016-04-12 23:24:39 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2016-04-12 23:24:39 +0200 |
commit | a6821a08259e05eb58610d4119751b8d147b5602 (patch) | |
tree | ded393d175b680ec718094be38849e4a1f02d3e3 | |
parent | 8ac2b3872c6557320edf27c87ec38c044a26ddf2 (diff) | |
download | hyperfi-a6821a08259e05eb58610d4119751b8d147b5602.tar.lz hyperfi-a6821a08259e05eb58610d4119751b8d147b5602.tar.xz hyperfi-a6821a08259e05eb58610d4119751b8d147b5602.zip |
Add fork test support for external file
-rw-r--r-- | archfi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1338,7 +1338,7 @@ loadstrings(){ # -------------------------------------------------------- while (( "$#" )); do 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 command=$2 args=$3;; |