aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatMoul <matmoul@gmail.com>2016-04-12 23:24:39 +0200
committerMatMoul <matmoul@gmail.com>2016-04-12 23:24:39 +0200
commita6821a08259e05eb58610d4119751b8d147b5602 (patch)
treeded393d175b680ec718094be38849e4a1f02d3e3
parent8ac2b3872c6557320edf27c87ec38c044a26ddf2 (diff)
downloadhyperfi-a6821a08259e05eb58610d4119751b8d147b5602.tar.lz
hyperfi-a6821a08259e05eb58610d4119751b8d147b5602.tar.xz
hyperfi-a6821a08259e05eb58610d4119751b8d147b5602.zip
Add fork test support for external file
-rw-r--r--archfi2
1 files changed, 1 insertions, 1 deletions
diff --git a/archfi b/archfi
index 9c1ce05..969c954 100644
--- a/archfi
+++ b/archfi
@@ -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;;