aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-04-09 08:51:37 +0200
committerPatrick Spek <p.spek@tyil.nl>2020-04-09 18:28:23 +0200
commit731bddbede2392e6c88c3db28a2156d20ea26db7 (patch)
treed2abbb8ca0a37c45aba70d6ecd2567ea1de39110 /lib
parent426c44c27c20845b64958a46f47c29f687f42408 (diff)
Add a GitLab CI specification
Diffstat (limited to 'lib')
-rw-r--r--lib/actions/clean.bash2
-rw-r--r--lib/main.bash2
2 files changed, 2 insertions, 2 deletions
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.