From 731bddbede2392e6c88c3db28a2156d20ea26db7 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 9 Apr 2020 08:51:37 +0200 Subject: Add a GitLab CI specification --- lib/actions/clean.bash | 2 +- lib/main.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/actions/clean.bash b/lib/actions/clean.bash index eec2736..dcf1e5a 100644 --- a/lib/actions/clean.bash +++ b/lib/actions/clean.bash @@ -2,7 +2,7 @@ action() { local OPTIND - local clean_source + local clean_src while getopts ":s" opt do diff --git a/lib/main.bash b/lib/main.bash index 9042324..8ee72dd 100644 --- a/lib/main.bash +++ b/lib/main.bash @@ -81,7 +81,7 @@ Usage: rstar fetch rstar install [-b backend] [-p prefix] [core] [modules] rstar sysinfo - rstar test [spectest] [modules] + rstar test [-p prefix] [spectest] [modules] rstar is the entry point for all utilities to deal with Rakudo Star. -- cgit v1.1